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

@endif @if ($id > 0 && $iframe_chk == 0)
@csrf
@foreach (config('defines.account_stage_select') as $data_k => $data_v) {!! $page_data->StageButton($data_k, $data_v) !!} @endforeach
stage == 5) ? '' : 'style="display:none;"' !!}>
stage == 6) ? '' : 'style="display:none;"' !!}>
@endif
@csrf @if ($id > 0) @endif
@if ($id == 0) @endif
@if ($id == 0)
@endif

@if ($id > 0)
This field is calculated upon save
This field is calculated upon save
$


  • 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', 'account') !!} {!! $page_data->SalesWidgets('connection', 'account_accounts') !!} {!! $page_data->SalesWidgets('connection', 'account_offers') !!} {!! $page_data->SalesWidgets('connection', 'account_contacts') !!} {!! $page_data->SalesWidgets('connection', 'account_opportunities') !!} {!! $page_data->SalesWidgets('connection', 'account_tags') !!} {!! $page_data->SalesWidgets('notes', 'account') !!} {!! $page_data->SalesWidgets('files', 'account') !!}
@endif
@endsection @section('more_scripts') @include('sales_accounts.edit-js') @endsection