@extends('backend.layouts.app')
@section('title') {{ __($module_action) }} {{ __($module_title) }} @endsection
@section('breadcrumbs')
| Section | Action |
|---|---|
|
@forelse ($val['grids'] as $grid)
@if($grid['grid_type'] == 1)
{!! $grid['content'] !!}
@else
@empty
@endforelse
|
|
| No records found | |