@extends($layout) @section('header_scripts') @stop @section('content')
{{ getPhrase('title')}} {{ getPhrase('left_side_data')}} {{ getPhrase('right_side_data')}} {{ getPhrase('status')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>'genratecertificate.dataTable')) @include('common.deletescript', array('route'=>URL_CERTIFICATES_DELETE)) @stop