@extends('back.layouts.app', ['title' => $title, 'heading' => $settingArr['mainPageTitle']]) @section('bc') @endsection @section('content')
{{-- Search Area --}} {{-- end Search Area --}}
@if ($result) @foreach ($result as $row) @foreach ($dataArr as $key => $val) @endforeach
Action
{{-- Data DIV --}} {!! ModTBuild($row->$key, $val[1], $settingArr['baseImg']) !!} @if ($settingArr['edit_func'] == true) {!! the_icon('edit') !!} Quick Edit @endif @if ($settingArr['delete_func'] == true) {!! the_icon('del') !!} Delete @endif @if ($settingArr['detail_func'] == true)