@extends('layouts.admin') @section('header_style') @endsection @section('content')
@csrf
@php $count=0; $i=1; @endphp @foreach($row as $key => $value) @php $i++; @endphp @endforeach
Module Name View Add Edit Delete
{{ $value->setting_module }} {{ $value->setting_module_name }}
@endsection @section('footer_script') @endsection