@extends('layouts.admin') @section('content')

{{ !empty($journey->id) ? 'Edit' : 'Create' }} Journey

@csrf
Participant count: 0
Back
@endsection @section('script') @endsection