@extends('manajemen.pegawai.header.content') @section('tab')
@csrf @method('POST')
@foreach ($mp as $item) @php $jawaban = \App\Models\JawabanPertanyaanModel::where('master_pertanyaan_id',$item->id)->where('pegawais_id',Auth()->user()->pegawais_id)->first(); @endphp
@endforeach
@endsection @section('jscontent') @endsection