@extends('layouts.admin') @section('title') {{$project->title.__("'s Tasks")}} @endsection @push('theme-script') @endpush @php $logo = \App\Models\Utility::get_file('tasks/'); $logo_path=\App\Models\Utility::get_file('/'); @endphp @section('action-button') @endsection @php $permissions = \Auth::user()->getPermission($project->id); @endphp @section('content')
@endsection @push('script') @endpush