{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@if(!empty($data['id'])) @method('PUT') @endif @csrf
@include("backend.errors")
@foreach (config('constant.yes_no_list') as $key => $val) @endforeach
Set Reminder to 'Yes'. When status is finalized, a new event will be added under My Calendar
Max file size limit is 10MB and multiple file upload is allowed.
{{-- @if(!empty(($master_data['id']??''))) --}} @foreach($attachments??[] as $fileId => $file) @endforeach {{-- @endif --}}

@endsection {{-- Scripts Section --}} @section('scripts') @endsection