@extends('layouts.main') @push('styles') @endpush @section('content')
{{csrf_field()}}

{{__('strings.vehicles_create_header')}}

@endsection('content') @push('scripts') @endpush('scripts')