@extends('layouts.admin.master') @section('title')Settings {{ $title }} @endsection @push('css') @endpush @section('content')
@csrf
@if(base64_decode(request()->get('action'))=='edit')
@endif
@php $courseList = getCourse('All'); @endphp
@push('scripts') @endpush @endsection