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

{{ __('create_vehicle') }}

{{ __('list_vehicles') }}

{{ __('id') }} {{ __('no.') }} {{ __('name') }} {{__('vehicle_number')}} {{__('vehicle_capacity')}} {{ __('status') }} {{ __('action') }}
@endsection @section('js') @endsection