@extends('admin.layout.master') @section('content') @include('flash-message')

{{__('obs.upload')}} {{__('obs.employee')}} {{__('obs.document')}}

@csrf
@if(!empty($emp_info)) Image @endif

@if(count($emp_docs)>0) @php($i=0) @foreach($emp_docs as $info)
{{--
--}}
@php($i++) @endforeach @endif
@if(!empty($company_docs)) @foreach($company_docs as $doc_val) @php($emp_company_doc_info = $emp_wise_company_docs->where('company_doc_info',$doc_val->id)->first())
company_doc_info==$doc_val->id)checked @endif/>
@endforeach @endif
@if(!empty($emp_docs)) @else @endif
@endsection @section('script') @endsection