@extends('admin.layouts.app') @section('title', 'Create Pathway') @section('content')

Create New Pathway

Back to Pathways
Pathway Information
@csrf
@error('name')
{{ $message }}
@enderror
@error('short_description')
{{ $message }}
@enderror
Maximum 1000 characters
@error('logo')
{{ $message }}
@enderror
Supported formats: JPEG, PNG, JPG, GIF, SVG. Maximum size: 2MB
Enable this pathway to be visible and accessible
@error('sorting')
{{ $message }}
@enderror
Lower numbers appear first. Default is 0.
Cancel
@endsection @push('scripts') @endpush