{{-- resources/views/repair/service/index.blade.php --}} @extends('backend.layout.main') @section('content')
@can('repair.service.create') {{__('db.Add Service Job')}}   @endcan {{-- Filter Section --}}
{{-- DataTable --}}
{{__('db.action')}} {{__('db.date')}} {{__('db.Invoice No')}} {{__('db.customer')}} {{__('db.Service Type')}} {{__('db.Title')}} {{__('db.Status')}} {{__('db.Priority')}} {{__('db.Warehouse')}} {{__('db.Technician')}} {{__('db.Parts Total')}} {{__('db.Service Charge')}} {{__('db.Discount')}} {{__('db.Tax')}} {{__('db.grand total')}} {{__('db.Paid')}} {{__('db.Due')}} {{__('db.Expected Date')}}
{{__('db.Total')}}
@endsection @push('scripts') @endpush