@extends('layout.master') @section('content')
@csrf
@if($errors->has('plate'))
{{ $errors->first('plate') }}
@endif
@endsection @section('css') @endsection @section('js') @endsection