@extends('layout.master') @section('content') @include('admin.partials.breadcrumb', ['subPage'=>'Создать', 'page'=>'Проекты', 'pageUrl'=>route('admin.projects.index')])
Создание проекта
@csrf @include('admin.project._form')
@endsection