@extends('admin/layouts/layoutMaster') @section('title', 'Unlock Courses') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
Lock & Unlock Course Form
@if(session()->has('errors')) @endif @if(session()->has('success')) @endif
@csrf @method('put')
@endsection