@extends('Layout.admindashboard') @section('css') @endsection @section('content')

Settings List

@foreach ($setting as $item) @endforeach
Sr.No Setting name Value Action
{{$loop->iteration}} {{$item->category}} {{$item->value}} {{-- --}}
@if (isset($id) && $id != null && $specificdata != null)

Amount setup

@csrf
@endif
@endsection @section('js') @endsection