@extends('admin.default') @section('title', 'Admin | Permissions') @section('content')
Permissions

  • @foreach ($data->id as $strip)
    • strip->$strip->f_id) && $data->strip->$strip->f_id == $strip) ? 'checked' : '' }} style="margin-left: -60px; position: relative; top: 15px;">
      @foreach ($data->strip->$strip->id as $dropdown)
      • strip->$strip->dropdown->$dropdown->f_id) && $data->strip->$strip->dropdown->$dropdown->f_id == $dropdown) ? 'checked' : '' }} style="margin-left: -60px; position: relative; top: 27px;">
        @if (!isset($data->strip->$strip->dropdown->$dropdown->route)) @foreach ($data->strip->$strip->dropdown->$dropdown->id as $link) @endforeach @else @if (isset($data->strip->$strip->dropdown->$dropdown->id)) @endif @endif
      @endforeach
    @endforeach

@stop