@extends('layouts.master') @section('css') @endsection @section('title') Sync @endsection @section('content')

@if (Auth::user()->company != null ? Auth::user()->company->software_type == 'mybuss' : Auth::user()->staff->company->software_type == 'mybuss') Mybuss @else Mop @endif Sync Details

Voucher Validation Re-Sync Go Back
Particulars Action
Routes @if (Auth::user()->company->routes_sync == 1) @else @endif
Bank @if (Auth::user()->company->bank_sync == 1) @else @endif
Categories @if (Auth::user()->company->categories_sync == 1) @else @endif
Suppliers @if (Auth::user()->company->suppliers_sync == 1) @else @endif
Shops @if (Auth::user()->company->shops_sync == 1) @else @endif
Units @if (Auth::user()->company->units_sync == 1) @else @endif
Price Slabs @if (Auth::user()->company->price_slab_sync == 1) @else @endif
Stock Locations @if (Auth::user()->company->stock_locations_sync == 1) @else @endif
Products @if (Auth::user()->company->products_sync == 1) @else @endif
Sales @if (Auth::user()->company->sales_sync == 1) @else @endif
Sales Return @if (Auth::user()->company->sales_return_sync == 1) @else @endif
Purchase @if (Auth::user()->company->purchase_sync == 1) @else @endif
Purchase Return @if (Auth::user()->company->purchase_return_sync == 1) @else @endif
Receipt @if (Auth::user()->company->receipt_sync == 1) @else @endif
Stock Journal @if (Auth::user()->company->stock_journal_sync == 1) @else @endif
Cash Discount @if (Auth::user()->company->cash_discount_sync == 1) @else @endif
Payment @if (Auth::user()->company->payment_sync == 1) @else @endif
@endsection @section('script') @endsection