@extends('layouts.core') @section('contentWrapper')
@endsection @section('meta') @include('layouts.shared.meta', ['title' => $title]) @endsection @section('head-css') @include('layouts.shared.head-css') @endsection @section('header') @include('layouts.shared.project-form-header', ['formTitle' => $formTitle, 'back' => $back]) @endsection @section('footer') @include('layouts.shared.footer') @endsection @section('scripts') @include('layouts.shared.footer-script') @endsection