@extends('layouts.instructor') @section('breadcrumb')
{{__('View Certificate')}}
{{__('Dashboard')}}
{{__('Manage Certificate')}}
{{__('View Certificate')}}
@endsection @section('content')
{{__('View Certificate')}}
@include('instructor.certificate.preview')
@endsection @push('style')
@endpush @push('script') @endpush