@extends('admin.layout.master') @section('content')

Menu Permissions

@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach
@csrf @foreach ($menu_ids as $p) @if($p == 2) @endif @if($p == 3) @endif @if($p == 7) @endif @if($p == 15) @endif @if($p == 11) @endif @if($p == 24) @endif @if($p == 26) @endif @endforeach
Menu View Manage
Customers
Orders
Catalog
Content
Reports
System
Marketplace
{{ $menu[$p] }}
Order Details
@csrf
allow_manual_payment == '1') ? 'checked' : '') }} id="allow_manual_payment" name="allow_manual_payment" value="1">
allow_delete_payment_log == '1') ? 'checked' : '') }} id="allow_delete_payment_log" name="allow_delete_payment_log" value="1">
@endsection