@extends('layouts.default') @section('title') Account Details - {{ @$seller_details->seller_name }} @stop @section('content')
@if($enableFunctionality) @if($displayButtons) @if($autosync_enable == "YES")
If you want to your auto sync you may disable auto sync immediately using the button below.
@else
If you are satisified with data sync you may enable auto sync immediately using the button below.
@endif @else
Once you have synced atleast two settlements and then verified the invoice in your Tally, a button to Enable Auto Sync will appear here.
@endif @else
Auto Sync feature is available only for Premium app users. Please upgrade your plan to Enable auto sync.
@endif


@if(!empty($settlementData)) View All Settlements @endif Fetch Settlements
@stop @section('more_scripts') @stop