@extends('layouts.app') @push('css') @endpush @section('content')
Manage Projects
Manage Projects
Projects
Project List
@if(auth()->user()->isAbleTo('add', \App\Model\Modules::PROJECTS))
Add Project
@endif
No.
Title
Duration
Action
@endsection @push('script') @if(session()->has('message')) @endif @endpush