@extends('layouts.app') @section('title') {{ __('messages_301.Subscriptions') }} @endsection @section('style') @endsection @section('content')
@include('inc.breadcrumb', [ 'breadcrumb_items' => [ __('messages.Home') => route('home'), __('messages_301.Subscriptions') => route('doctor.subscriptions.index'), __('messages.Create') => 'active', ], ])
{{ __('messages_301.Subscribe data') }}
@csrf
@error('course_id')
{{ $message }}
@enderror
@error('student_id')
{{ $message }}
@enderror
@endsection