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

{{__('admin.trucks')}}

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