@extends('layouts.master') @section('css') @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 Resync Details

It will takes some time to complete the resync process ,please wait patiently

Go Back

Masters

Particulars Action
Routes @if (Auth::user()->company->routes_sync == 1) @endif
Bank @if (Auth::user()->company->bank_sync == 1) @endif
Categories @if (Auth::user()->company->categories_sync == 1) @endif
Suppliers @if (Auth::user()->company->suppliers_sync == 1) @endif
Shops @if (Auth::user()->company->shops_sync == 1) @endif
Units @if (Auth::user()->company->units_sync == 1) @endif
Price Slabs @if (Auth::user()->company->price_slab_sync == 1) @endif
Stock Locations @if (Auth::user()->company->stock_locations_sync == 1) @endif
Products @if (Auth::user()->company->products_sync == 1) @endif

Transaction

Particulars Action
Sales @if (Auth::user()->company->sales_sync == 1) @endif
Sales Return @if (Auth::user()->company->sales_return_sync == 1) @endif
Purchase @if (Auth::user()->company->purchase_sync == 1) @endif
Purchase Return @if (Auth::user()->company->purchase_return_sync == 1) @endif
Receipt @if (Auth::user()->company->receipt_sync == 1) @endif
Stock Journal @if (Auth::user()->company->stock_journal_sync == 1) @endif
Cash Discount @if (Auth::user()->company->cash_discount_sync == 1) @endif
Payment @if (Auth::user()->company->payment_sync == 1) @endif
@endsection @section('title') Resync @endsection @section('script') @endsection