@extends('admin.layouts.master-soyuz') @section('title',__('Edit Dashboard Setting')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __("Dashboard Setting") }} @endslot @slot('menu2') {{ __("Dashboard Setting") }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Edit') }} {{ __('Dashboard Setting') }}
{{ csrf_field() }}
{{ __('Widget Name') }} {{ __('Action') }} {{ __('Max Item') }}
{{__("Latest Order")}}
{{__("Recently added products")}}
{{__("Recent store requests")}}
{{__("Recent customers")}}
{{ csrf_field() }}



{{ csrf_field() }}

{{ csrf_field() }}

@endsection