@extends('layouts.main_employee') @section('content')
{{trans('app.time.time_logs.add_new')}}
{!! Form::open(['route' => 'employee.time.store', 'class' => 'form-horizontal']) !!} @include('employee.time::_form', ['submitName' => trans('app.submit')]) {!! Form::close() !!}
@endsection