@extends('layouts.pdf') @section('title') No Due Certificate @endsection @section('content')

{{__('lang.no_due_certificate')}}


{!! $content !!}

@stop