{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')

Data of Send Links

@foreach ($carrierInsights as $data) @if ($data->used_flag == 1) @else @endif @if ($data->completion_status == 1) @else @endif @if ($data->expired == 1) @else @endif @endforeach
Id Key MC No. Email Client IP Use Status Completion Status Time Expire Date url
{{$data->id_key}} {{$data->mc_number}} {{$data->email}} {{$data->client_ip}}UsedNot UsedCompletedNot CompletedExpired{{$data->created_at}} {{$data->carrier_url}}
@endsection