@extends($iframe_chk == 1 ? 'layouts.iframe' : 'layouts.app') @section('content')
@if ($id > 0 && $iframe_chk == 0)
Add New Delete

@endif
@csrf
@if ($id > 0)

@endif
@if ($id > 0) @else @endif


reminder_chk ?? 0) == 1 ) ? 'checked="checked"' : '' }} onclick="ReminderSetChk();">
@if ($id > 0)
Created By: {{ $page_data->user_created->name }}, {{ SetTimeZoneFormat($page_data->created_at, 'date_at_time') }}
Last Modified By: {{ $page_data->user_modified->name }}, {{ SetTimeZoneFormat($page_data->updated_at, 'date_at_time') }}
@endif
@if ($iframe_chk == 0) Cancel / Back @else Cancel @endif
@endsection @section('more_scripts') @include('sales_tasks.edit-js') @endsection