{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')

My Certificates

@foreach ($batches as $row) @endforeach
Name Instructor Batch Download
{{ $row ->participant_name }} {{ $row ->FirstName }}{{ $row ->subject }} {{ $row ->name }}
@csrf @method('POST')
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') {{-- vendors --}} {{-- page scripts --}} @endsection