@extends('layouts.admin') @section('title') {{ $project->title }} @endsection @section('role') {{ __('You are ') . __(ucfirst($project->permission())) }} @endsection @php $permissions = \Auth::user()->getPermission($project->id); @endphp @php $logo = \App\Models\Utility::get_file('tasks/'); $logo_path = \App\Models\Utility::get_file('/'); @endphp @section('action-button')
{{ $project->descriptions }}