@extends('admin.master_layout') @section('title') {{ __('Create Project') }} @endsection @section('body-header')

{{ __('Create Project') }}

{{ __('Manage Project') }} >> {{ __('Create Project') }}

@endsection @section('body-content')
@csrf

{{ __('Basic Information') }}

@if ($theme_setting->value == 'seo_agency')
@endif @if ($theme_setting->value == 'creative_agency')
@endif

{{ __('Author Information') }}

{{ __('SEO Information') }}

@endsection @push('style_section') @endpush @push('js_section') @include('components.admin.ai_modal', ['id' => 'aiGenerateModal', 'action' => url('admin/openai/ask'), 'target' => 'description']) @endpush