@if (Session::has('success'))
{{ Session::get('success') }}
@endif
| S.No |
Vehicle Type |
Vehicle Sizes |
Commision |
Actions |
@foreach ($sizes as $size)
| {{ $loop->iteration }} |
{{ $size->vehicleType->name }} |
{{ $size->name }} |
{{ $size->commission }} |
{{-- --}}
|
@endforeach
@include('partials.footer')
@endsection
@section('scripts')
@endsection