@extends('admin.layout.master') @section('title', 'Edit Entity') @section('section', 'Edit Entity') @section('body')
@csrf
@error('entity_name') {{ $message }} @enderror
@error('entity_code') {{ $message }} @enderror
@endsection