@extends('layouts.master') @section('content')

Edit Training Session

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')

Certificate Preview

certificate template

Open Full Preview
Back
@endsection