@extends('layouts.admin') @section('title', 'Add Project') @section('content') @csrf @include('projects._form') Save Project Cancel @endsection