@extends('crm.layouts.app') @section('content')
{{__('Primary')}} | {{__('Name')}} | {{__('Contact')}} | {{__('Actions')}} |
---|---|---|---|
@can('update-contact', User::class) {{@$contact->first_name}} {{@$contact->last_name}} @endcan | {{@$contact->phone}} | @can('update-contact', User::class) @endcan {{-- Edit Contact Modal Starts Here --}} {{-- Edit Contact Modal Ends Here --}} @can('delete-contact', User::class) @endcan |