@extends('hrm::layouts.contractheader') @section('page-title') {{ __('Joining Letter') }} @endsection @section('content')

{!! $joiningletter->content !!}

@endsection @push('scripts') @endpush