@extends('layouts.app') @section('form-title') {{ __('New project and task') }} @endsection @section('breadcrumb') @endsection @section('content') @php $google_maps_field = $settings__->google_maps_field ? json_decode($settings__->google_maps_field) : null; @endphp
{{ __('New project and task') }}
@csrf @include('projects.project-task-wizard.organization') @include('projects.project-task-wizard.project-and-task')
{{-- Organisation listing end --}}
@endsection @push('child-scripts') @include('partials.postcode-js') @endpush