@extends('layouts.admin') @section('page-title') {{ __('Project Report') }} @endsection @section('links') @if (\Auth::guard('client')->check()) @else @endif @endsection @section('action-button') @auth('web') @endauth @endsection @php $client_keyword = Auth::user()->getGuard() == 'client' ? 'client.' : ''; @endphp @section('content') {{--
--}}
{{ __('#') }} {{ __('Project Name') }} {{ __('Start Date') }} {{ __('Due Date') }} {{ __('Project Member') }} {{ __('Progress') }} {{ __('Project Status') }} {{ __('Action') }}
@endsection @push('css-page') @endpush @push('scripts') {{-- --}} @endpush