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

Склад Создать

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