@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

{{trans('labels.setting')}}

تقرير التصحيح
@endsection @section('content')
@foreach($data as $setting) @endforeach
{{trans('labels.label')}} {{trans('labels.value')}} {{trans('labels.action')}}
{{trans('labels.'.$setting->setting_key)}} @include('dashboard.pages.setting.partials.setting-value') @can('configure-data') @endcan
@endsection @section('script') @endsection