@extends('layouts.main') @section('page-title') {{ __('Certificate of Experience Settings') }} @endsection @section('page-breadcrumb') {{ __('Certificate of Experience Settings') }} @endsection @section('page-action') @push('css') @endpush @push('scripts') @endsection @section('content')
{{ __('App Name') }} : {app_name}
{{ __('Company Name') }} : {company_name}
{{ __('Employee Name') }} : {employee_name}
{{ __('Date of Issuance') }} : {date}
{{ __('Designation') }} : {designation}
{{ __('Start Date') }} : {start_date}
{{ __('Branch') }} : {branch}
{{ __('Start Time') }} : {start_time}
{{ __('End Time') }} : {end_time}
{{ __('Number of Hours') }} : {total_hours}