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

Мерчант Создать

@endsection @section('resource-content')
{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('merchantId')) {{ $errors->first('merchantId') }} @endif
@if ($errors->has('warehouseId')) {{ $errors->first('warehouseId') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@endsection