@extends('layouts.app') @section('title', 'Contract of Employment') @section('content')
@if(session('success'))
{{ session('success') }}
@endif @if ($errors->any())
{!! implode('
', $errors->all(':message')) !!}
@endif
@include('hr.sidenav')

Contract of Employment

Loading PDF...
@endsection @section('js') @endsection