@extends('frontend.layouts.app') @section('content')
Initial Contacts
@foreach($contacts as $contact) @endforeach
Initial Contact Date Worker Start Time End Time Self Client Name Action
{{ $contact->inital_contact_date }} {{ $contact->worker }} {{ $contact->start_time }} {{ $contact->end_tme }} {{ $contact->self }} {{ $contact->client_name }}
@endsection @push('after-scripts') @endpush