@php $metas = $tags; @endphp @extends('master') @section('main_content')
Student Name:{{ ucwords(strtolower($cert->student_name)) }}
Enrolment ID:{{ $cert->enrolment_id }}
Certificate ID:{{ $cert->certificate_id }}
Course:{{ $cert->course_name }}
Issued on:{{ $cert->issued_on }}
@endsection