@extends('admin.layout.master') @section('content')

App Date Select
@csrf
@foreach ($designation_wise_emp as $result) @endforeach
SL Employee Department Designation
id, $emp_app_assign ?? []) ? 'checked' : '' }} type="checkbox" class='emp_check' /> id, $emp_app_assign ?? [])) value="{{ $app_assign->fetch_app_emp_assign->where('emp_id', $result->id)->first()->id ?? '' }}" @endif /> {{ $result->emp_name }} {{ $result->fetch_department->name ?? '' }} {{ $result->fetch_designation->name ?? '' }}
@endsection @section('script') @endsection