@extends('admin.layouts.master') @section('title','All Drop') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Drop down Setting') }} @endslot @slot('menu1') {{ __('Drop down Setting') }} @endslot @slot('button')
{{ __('Add Dropdown') }}
@endslot @endcomponent
{{ __('All Drop down Setting') }}
@foreach($dsetting as $key=> $cat) @endforeach
# {{ __('Role') }} {{ __('Action') }}
{{ $key+1 }} {{ $cat->roles->name }}
@endsection