@extends('layouts.admin.app') @section('content')
@if(Session::get('permissions.user_type') == 'A')
Back
Product Status Block or Not
@csrf @php $statuses = [ 'AOF' => $aof, 'BOF' => $bof, 'COF' => $cof, 'DOF' => $dof, 'HOF' => $hof, 'KOF' => $kof, 'MOF' => $mof, 'POF' => $pof, ]; @endphp @foreach ($statuses as $label => $status)
{{ $label }}
@endforeach
@endif
@endsection