@extends('layouts.app') @section('title') {{ __('Create Project') }} @endsection @section('breadcrumb')

{{ __('Projects') }}

@endsection @section('content')

{{ __('Create Project') }}

@csrf @include('admin.projects._form') {{--
--}}
@endsection @section('scripts') @endsection