@extends('back.layouts.app', ['title' => $title, 'heading' => $settingArr['mainPageTitle']]) @section('bc') @endsection @section('content')

Warning: Undefined variable $settingArr in /home/d4listing/public_html/seaoak=/resources/views/back/mod/index.blade.php on line 21

Warning: Trying to access array offset on null in /home/d4listing/public_html/seaoak=/resources/views/back/mod/index.blade.php on line 21

Warning: Undefined variable $settingArr in /home/d4listing/public_html/seaoak=/resources/views/back/mod/index.blade.php on line 26

Warning: Trying to access array offset on null in /home/d4listing/public_html/seaoak=/resources/views/back/mod/index.blade.php on line 26
{{-- Search Area --}}
Warning: Undefined variable $settingArr in /home/d4listing/public_html/seaoak=/resources/views/back/mod/index.blade.php on line 40

Warning: Trying to access array offset on null in /home/d4listing/public_html/seaoak=/resources/views/back/mod/index.blade.php on line 40
{{-- end Search Area --}}

Warning: Undefined variable $dataArr in /home/d4listing/public_html/seaoak=/resources/views/back/mod/index.blade.php on line 96

Warning: foreach() argument must be of type array|object, null given in /home/d4listing/public_html/seaoak=/resources/views/back/mod/index.blade.php on line 96
@if ($result) @foreach ($result as $row) @foreach ($dataArr as $key => $val) @endforeach
Action
{{-- Data DIV --}}
Warning: Undefined variable $val in /home/d4listing/public_html/seaoak=/resources/views/back/mod/index.blade.php on line 109

Warning: Trying to access array offset on null in /home/d4listing/public_html/seaoak=/resources/views/back/mod/index.blade.php on line 109

Deprecated: stristr(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/d4listing/public_html/seaoak=/resources/views/back/mod/index.blade.php on line 109
{!! 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)