@extends('layouts.app') @section('title') {{__('Employee Training')}} @endsection @section('breadcrumb')

{{-- --}} {{__('Employee Training')}}

@endsection @section('content')
@if(isset($from)) @endif
# {{__('First Name')}} {{__('Last Name')}} {{__('Name')}} {{__('Date Created')}} {{__('Status')}} {{__('Action')}}
@endsection @section('scripts') @endsection