@extends('backend.layouts.app') @section('title') Projects @endsection @section('content') @section('toolbar') @include('backend.layouts.nav', ['current' => 'Dashboard']) @endsection
Projects
@if(Auth::user()->can('add project')) New Project @endif
ID Name Actions
@endsection @section('scripts_lib') @endsection