@extends('backend.app') @section('title', 'Create Journey') @push('style') @endpush @section('content') {{-- PAGE-HEADER --}} {{-- PAGE-HEADER --}}
@csrf @method('POST')
@error('year') {{ $message }} @enderror
@error('title') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
Back
@endsection