@extends('layouts.app') @section('title', $page_title) @push('styles') @endpush @section('content')

{{ $sub_title }}

@if (permission('transport-add')) {{__('file.Add New')}} @endif
@if (!$trucks->isEmpty()) @foreach ($trucks as $value) @endforeach @endif
@endsection @push('scripts') @endpush