@extends('layouts.app') @section('form-title') {{ __('Projects') }} @endsection @section('breadcrumb') @endsection @section('content')
{{ __('New project, enduser, task and message') }}
@csrf @include('messages.wizard.description') @include('messages.wizard.enduser') @include('messages.wizard.message')
{{-- Organisation listing end --}}
@endsection @push('child-scripts') @endpush