@extends('layouts.project-form-base', ['title' => 'Add Projects', 'formTitle' => 'Add New Project', 'back' => getRoute("project.index"), 'wrapper' => '', 'custom_class' => 'add_extended_pro']) @section('content') @include('inc.logo-loader')
@if($project_type->id == 3) @include('customer.projects.components.video-project-form') @else @include('customer.projects.components.design-project-form') @endif
@endsection @push('liveStyle') @endpush @section('script') @include('scripts.project-media-script') @endsection @section('modals') @include('customer.modals.stock-images') @endsection