@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("setting")}}

{{__("all-setting")}}

@endsection @section("content")
@php $sl=0; @endphp @foreach($setting as $set) @endforeach
# {{__("name")}} {{__("value")}} {{__("control")}}
{{++$sl}} {{ str_replace('_', ' ', ucfirst($set->name)) }} {{$set->value}} @if($set->name != 'Tax Value')
id)}}" method="post" id="delete{{$set->id}}" style="display: none" data-swal-title="{{__("delete-setting")}}" data-swal-text="{{__('are-you-sure-to-delete-this-setting?' )}}" data-yes="{{__('yes')}}" data-no="{{__('no')}}" data-success-msg="{{__('the-setting-has-been-deleted-successfully')}}"> @csrf @method("delete")
@endif
@endsection @section("scripts") @endsection