@extends('settings.layouts.master') @section('styles') @endsection @section('contents')
@csrf

{{$category}}

Employee Document Settings

@if(count($category2)>0) @foreach($category2 as $key=>$value) @foreach($data as $key=>$value2) @if($value2->category == $value->category) @endif @endforeach @endforeach @else @endif
Section Mandatory Edit
{{$value->category}}
{{$value2->title}} mandatory == 'on')checked @endif disabled="disabled">
No Employee Document Settings found
@endsection @section('scripts') @endsection