@extends('core::layouts.master') @section('title') {{ trans_choice('core::general.edit',1) }} {{ trans_choice('core::general.note',1) }} @endsection @section('content')

{{ trans_choice('core::general.edit',1) }} {{ trans_choice('core::general.note',1) }} {{ trans_choice('core::general.back',1) }}

{{csrf_field()}}
@error('description') {{ $message }} @enderror
@endsection @section('scripts') @endsection