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

Activity Log Control panel

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

Search

{{ csrf_field() }}
@foreach($activities as $response) @endforeach
Customer Name Agent Name Appointment Next Follow Up Action
{{$response->customer_name}} {{$response->agent_name}} {{$response->appointment}} {{$response->follow_up}}
    
@endsection