{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection @section('content')
{!!Helper::getListAddBtn(route("consentform.create"),"Add Consent Form")!!}
@include("backend.alerts") {!! $html->table() !!}
@endsection @section('scripts') {!! $html->scripts() !!} @endsection