@extends('layouts.admin') @php // $permissions = Auth::user()->getPermission($project->id); $client_keyword = Auth::user()->getGuard() == 'client' ? 'client.' : ''; @endphp @section('page-title') {{__('Gantt Chart')}} @endsection @section('links') @if(\Auth::guard('client')->check())