@extends('layouts.default', ['appTopMenu' => true]) @push('scripts') @endpush @section('content')
Notesheet Details
@if(!empty($getNotesheetDetailsFromId)) Notesheet Id: {{ $getNotesheetDetailsFromId[0]->notesheet_no }}-{{ $getNotesheetDetailsFromId[0]->notesheet_year }} @else Notesheet Details not found. @php $chk_status=-1; @endphp @endif
@if($chk_status!=-1) @if($chk_status==1)
Error! Notesheet already forwarded.
@elseif($getLastNotesheetMovementFromId<=0 )
  
@else
Notesheet Details
{{ $getNotesheetDetailsFromId[0]->subject }}
{{ date('d-m-Y H:i:s',strtotime($getNotesheetDetailsFromId[0]->entry_date)) }}
{{ $created_by[0]->name }}
{{ $majorheadname }} - {{ $minorheadname }}
{{ $received_from[0]->name }}
{{ date('d-m-Y H:i:s',strtotime($getNotesheetDetailsFromId[0]->created_at)) }}
Notesheet Received
{!! $contents !!}
Comments
  
@endif @endif
@endsection