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

Ячейка Создать

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