@extends('admin.layouts.app') @section('extra-css') @endsection @section('content')

{{__('admin.truck-number-of-axles')}}

@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
{{-- --}}
@csrf
@endsection @section('extra-js') @endsection