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

{{$category}}

@if(count($data)>0) @foreach($data as $key=>$value) @endforeach @else @endif
Sno Description Serial No Linked Employee Prefix Format Suffix Result Status Action
{{$key+1}} {{$value->description}} {{$value->serialno}} {{$value->linked_employee}} {{$value->prefix}} {{$value->format}} {{$value->suffix}} {{$value->result}} @if($value->status == 3) Active @else In-Active @endif
{{$category}} details not Found
Sno Serial No Description Linked Employee Prefix Format Suffix Result Status Action
@endsection @section('scripts') @endsection