@extends('layouts.app') @section('content')
{{$title}}
@csrf
@if ($errors->has('vehicle_name')) {{ $errors->first('vehicle_name') }} @endif
@if ($errors->has('sitename')) {{ $errors->first('sitename') }} @endif
@endsection