@extends('layouts.app') @section('title', 'Edit Truck') @section('content')

Edit Truck

@csrf @method('PUT')
Back
@endsection