@extends('admin.layouts.app') @section('content')
Edit {{ $module['title_sort'] }}
@csrf @method('put')
  • type == 1) echo 'checked'; @endphp> Warehouse
  • type == 2) echo 'checked'; @endphp> Customer
@if($errors->has('abbreviation'))
{{ $errors->first('abbreviation') }}
@endif
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif
@if($errors->has('status'))
{{ $errors->first('status') }}
@endif
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif
Back
@endsection @push('scripts_footer') @endpush