@extends('layout.base_layout') @section('content') @include('layout.sidebar_nav')

Edit Project {{$project->title}}

@can('delete_projects')
@csrf
@endcan
@if ($errors->any())
Whoops! There were some problems with your input.

@endif
@csrf
Cancel
@endsection