@extends('admin::index') @section('title', 'Page Title') @section('content') @include('projects/_breadcrumb_project_view') + Add Project {!! $grid !!} @include('projects/_modal_add') @endsection