@extends('layouts.master') @section('style') @endsection @section('contents')

Form 16 List

@if ($message = Session::get('success'))
@endif @if ($message = Session::get('error'))
@endif
@forelse($form16 as $key => $value) @empty @endforelse
SNO. Employee Code Employee Name Work Order PAN No. Financial Year Added On Action
{{ $key+1}} {{ $value->empDetail->emp_code??NULL}} {{ $value->empDetail->emp_name??NULL}} {{ $value->empDetail->emp_work_order??NULL}} {{$value->pan_no??NULL}} {{$value->financial_year??NULL}} {{$value->created_at??NULL}} @if(!empty($value->attachment)) @else {{ 'Not Uploaded' }} @endif
No Record Found
{{ $form16->links() }}
@endsection @section('script') @endsection