@extends('layouts.admin', ['title' => 'Create Truck']) @section('content')

Create truck

@include('admin.trucks._form')
@endsection