@extends('dashboard.layouts.app') @section('title', __('dashboard.Add Level to') . ' ' . $track->name) @section('page_heading', __('dashboard.Add Level to') . ' ' . $track->name) @section('breadcrumb') @endsection @section('content')

{{ __('dashboard.Add Level to') }}: {{ $track->name }}

@csrf @foreach(config('app.supported_locales') as $locale)
@error('name.' . $locale)
{{ $message }}
@enderror
@error('description.' . $locale)
{{ $message }}
@enderror
@endforeach
@error('order')
{{ $message }}
@enderror
@endsection