@extends('layouts/layoutMaster') @section('title', 'Old Course Form') @section('vendor-style') @endsection @section('content')

@if(session()->has('errors')) @endif @if(session()->has('error')) @endif
@csrf
@endsection