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

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

@if ($id > 0)

  • List of Owners
  • @forelse ($owners_list as $data_k => $data_v)
  • {{ SetTimeZoneFormat($data_v->created_at, 'date_at_time') }}
  • @empty
    No data.
    @endforelse

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
@if ($id > 0 && $iframe_chk == 0)
{!! $page_data->SalesWidgets('tasks', 'contact') !!} {!! $page_data->SalesWidgets('connection', 'contact_accounts') !!} {!! $page_data->SalesWidgets('connection', 'contact_opportunities') !!} {!! $page_data->SalesWidgets('connection', 'contacts_tags') !!} {!! $page_data->SalesWidgets('notes', 'contact') !!} {!! $page_data->SalesWidgets('files', 'contact') !!}
@endif
@endsection @section('more_scripts') @include('sales_contacts.edit-js') @endsection