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

Edit Pathway: {{ $pathway->name }}

View Back to Pathways
Pathway Information
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@error('short_description')
{{ $message }}
@enderror
Maximum 1000 characters
@if($pathway->logo)
@endif
@error('logo')
{{ $message }}
@enderror
Supported formats: JPEG, PNG, JPG, GIF, SVG. Maximum size: 2MB @if($pathway->logo)
Leave empty to keep current logo @endif
@if($pathway->logo)
Check this to remove the current logo without uploading a new one
@endif
status) ? 'checked' : '' }}>
Enable this pathway to be visible and accessible
@error('sorting')
{{ $message }}
@enderror
Lower numbers appear first. Default is 0.
Cancel
@endsection @push('scripts') @endpush