@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()) @else @endif @if(\Auth::guard('client')->check()) @else @endif @endsection @section('action-button')
{{__('Quarter Day')}} {{__('Half Day')}} {{__('Day')}} {{__('Week')}} {{__('Month')}}
@auth('client') @elseauth
@endauth @endsection @section('content')