@extends('layouts.includes.agent.header') @section('content')

Activity Log Control panel

@include('layouts.includes.adminlte.alerts')

Search

{{ csrf_field() }}
@foreach($activities as $response) @endforeach
No. Customer Name Agent Name Comment Appointment Appointment Time Action
{{$counter}} {{$response->customer_name}} {{$response->agent_name}} {{$response->comment}} {{$response->appointment}} {{$response->appointment_time}}
    
@endsection