@extends('pia.layouts.app') @section('title','Add Course') @section('content')

Add Training Programme

Training programme list
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf







@endsection