@extends('admin.layouts.resource-layout') @section('title')

Авто Создать

@endsection @section('resource-content')
{{ csrf_field() }}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('number')) {{ $errors->first('number') }} @endif
@endsection