@extends('layouts.project-form-base', ['title' => 'Add Projects', 'formTitle' => 'Add New Project', 'back' =>
getRoute("project.index"), 'wrapper' => ''])
@include('templates.handlebar.dynamic_radio')
@section('css')
@endsection
@section('content')
@include('inc.logo-loader')
@endsection
@section('script')
{{-- --}}
@if(isset($project_id) && $project_id)
@endif
@include('scripts.project-media-script')
@endsection
@section('modals')
{{-- @if($isModal)
@include('customer.modals.project_type_modal', ['project_type' => $project_type])
@endif --}}
@include('customer.modals.stock-images')
@endsection