@extends('layouts.app') @section('content')
Change status logs
@foreach ($logs as $log) @endforeach
Lead Agent From To Message Date
@if($log->lead) Lead @else Lead deleted! @endif {{$log->send->name}} {{$log->from->name}} {{$log->to->name}} {{$log->send->name}} updated lead status {{$log->from->name}} to {{$log->to->name}} {{$log->created_at}}
{{$logs->links('dashboard.pagination')}}
@endsection