@extends(config('mio.theme').'.app') @section('content') @foreach($rows as $row)
@if(!empty($row['modules'])) @foreach($row['modules'] as $module)
{!! $module['html'] !!}
@endforeach @endif
@endforeach @endsection @section('css') @endsection @section('js') @endsection