@extends('layouts.head_office_app') @section('title', 'Tracking Links ') @section('sub-header') @include('head_office.case_manager.notes.sub-header') @endsection @section('content')
@include('layouts.error')
Tracking Links
@if(count($links) == 0)

No Links Yet 🙂!

@else @foreach ($links as $link ) @endforeach
ID Clicks Comment Status Redirect to Created At Actions
{{$link->id}} {{$link->clicks}} {{$link->is_active ? 'active' : 'In-active'}} {{$link->created_at->format('d M Y h:i A')}}
@endif
@section('styles') @endsection @section('scripts') {{-- @if(Session::has('success')) @elseif(Session::has('error')) @endif --}} @endsection @endsection