@extends('admin.layouts.app') @section('content')
New {{ $module['title_sort'] }}
@csrf
  • Warehouse
  • Customer
@if($errors->has('abbreviation'))
{{ $errors->first('abbreviation') }}
@endif
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif
Back
@endsection @push('scripts_footer') @endpush