@extends('layouts.master') @section('title') Create Vehicle @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Dashboard @endslot @slot('title') Create Vehicle @endslot @endcomponent
@endsection @section('script') @endsection