@extends('admin.layouts.app') @section('title', \App\Helpers\TranslationHelper::translate('Terms of Use Setting')) @section('crumb') @endsection @section('content')

{{\App\Helpers\TranslationHelper::translate('Terms of Use Setting')}}

{{-- @if( auth()->user()->id == 1 || auth()->user()->can('WhyUsSetting Edit'))--}} @can('terms.edit') @endcan {{-- @endif--}}
@foreach (Config('language') as $key => $lang)
{{\App\Helpers\TranslationHelper::translate('Description in')}} {{__('methods.' . $lang)}} :
{!! setting('use_terms',$key) !!}
@endforeach
@stop @section('script') @stop