@extends('layouts.master') @section('title') {{ __('certificate') }} @endsection @section('content')

{{ __('list') . ' ' . __('staff') }}

@csrf
{!! Form::select('certificate_template_id', $certificateTemplates, null, ['class' => 'form-control']) !!}
{{ __('id') }} {{ __('no.') }} {{ __('User Id') }} {{ __('name') }} {{ __('dob') }} {{ __('image') }} {{ __('gender') }} {{ __('guardian') . ' ' . __('email') }}
@endsection @section('script') @endsection