{{-- resources/views/repair/service/index.blade.php --}} @extends('backend.layout.main') @section('content') @can('repair.service.create') {{__('db.Add Service Job')}} @endcan {{__('db.Filter Jobs')}} {{-- Filter Section --}} {{__('db.date')}} {{__('db.Warehouse')}} {{__('db.All Warehouse')}} @foreach($lims_warehouse_list as $warehouse) {{$warehouse->name}} @endforeach {{__('db.Status')}} {{__('db.All')}} {{__('db.Pending')}} {{__('db.In Progress')}} {{__('db.Waiting Parts')}} {{__('db.Completed')}} {{__('db.Delivered')}} {{__('db.Cancelled')}} {{__('db.Service Type')}} {{__('db.All')}} {{__('db.Device Repair')}} {{__('db.Vehicle Repair')}} {{__('db.Payment Status')}} {{__('db.All')}} {{__('db.Pending')}} {{__('db.Partial')}} {{__('db.Paid')}} {{__('db.Loading...')}} {{__('db.Clear')}} {{__('db.Apply')}} {{-- 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