@extends('layouts.admin') @section('page-title') {{ __('Manage Tracker') }} @endsection @php $client_keyword = Auth::user()->getGuard() == 'client' ? 'client.' : ''; @endphp @section('links') @if (\Auth::guard('client')->check())