@extends('layouts.admin') {{ config('app.name', 'Laravel') }} | Admin | Edit Course @include('datepicker') @section('main-content')
@if(Session::has('success')) @endif

Edit Course

Course Details
@if (isset($check_enrollments) && $check_enrollments==true) @else @endif
@if (isset($check_enrollments) && $check_enrollments==true) @else @endif
@endsection