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