{{-- PAGE LAYOUNT SECTION ADD --}} @extends('layouts.adminapp') {{-- ADD PAGE TITLE --}} @section('title') {{__('lng.DifferentlyAbledTag')}} - {{ __('lng.Edit') }} @endsection {{-- ADD CONTENT IN LAYOUT PAGE --}} @section('content') {{-- Edit Differently Abled Tag --}}
@csrf @method('patch')
{{__('lng.EditDifferentlyAbledTag')}}
@error('title')
{{ $message }}
@enderror
@endsection