@extends('layouts.app') @section('page-title', 'Service') @section('body')
Customer Service Prices
Back
Customer
@foreach($customers as $customer)
{{$customer->company_name}}
@endforeach
Service Provider
@foreach($couriers as $courier)
id == $courier_id ? 'selected' :''}}>{{$courier->name}}
@endforeach
Service Type
@if($courier_service_id && count((array) $courierServices)) @foreach($courierServices as $courierService)
id == $courier_service_id ? 'selected' :''}}>{{$courierService->name}}
@endforeach @endif
@endsection @push('js') @endpush