@extends('layouts.app') @section('content')

Service Orders

Create New Service Order
@include('service-orders.partials.table-rows', ['serviceOrders' => $serviceOrders, 'agents' => $agents, 'statuses' => $statuses])
ID Invoice ID Service Name Customer Name Customer Mobile Branch Agent Status Total Cost Agent Commission Status Change Date Deadline Actions
@push('styles') @endpush @push('scripts') @endpush @endsection