@extends('admin::layouts.layout') @section('content')
@foreach(Module::getByStatus(1) as $m) @continue($m->name == 'Admin') @endforeach @foreach(Module::getByStatus(0) as $m) @continue($m->name == 'Admin') @endforeach
@endsection