@extends('backend.layout.sidenav-layout') @section('content')
@if ($errors->any())
@endif
@csrf


@forelse (get_setting_array('custom_url') as $key=>$item ) @php $data = json_decode($item->value,true); // print_r($data); @endphp @empty {{-- --}} @endforelse
No Section Name Url Action
{{ ++$key }} {{ $data['section'] }} {{ $data['name'] }} {{ $data['url'] }}

No Data Found

@endsection @section('script') @endsection