@extends('layouts/layoutMaster') @section('title', 'Load Courses') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
@if(session()->has('errors')) @endif @if(session()->has('error')) @endif
@csrf
 
@endsection