@extends('teacher.layouts.container') @section('content')

{{ $head ?? '' }}

@if($subscription ?? '' && $subscription->id) @method('PUT') @endif @csrf
@endsection