@extends('layouts.admin.app') @section('content')
@if( Session::get('permissions.user_type') == 'A' )
Back
@csrf
AOF Product Status Is Block @if ($aof == 'Y')
@else
@endif
BOF Product Status Is Block @if ($bof == 'Y')
@else
@endif
COF Product Status Is Block @if ($cof == 'Y')
@else
@endif
DOF Product Status Is Block @if ($dof == 'Y')
@else
@endif
HOF Product Status Is Block @if ($hof == 'Y')
@else
@endif
KOF Product Status Is Block @if ($kof == 'Y')
@else
@endif
MOF Product Status Is Block @if ($mof == 'Y')
@else
@endif
POF Product Status Is Block @if ($pof == 'Y')
@else
@endif
@endif
@endsection