@extends('layouts.master') @section('title') {{ __('transportation_fees') }} @endsection @section('content')

{{ __('manage_transportation_fees') }}

@csrf
@if ($transportationFees->transportationFees && $transportationFees->transportationFees->count() > 0) @foreach ($transportationFees->transportationFees as $fee)
@endforeach @endif
@endsection @section('script') @endsection