@extends('backend.settings.setting-layout')
@section('title')
{{ __('edit') }}
@endsection
@section('breadcrumbs')
@endsection
@section('website-settings')
{{--
{{ __('translation_available_in') }} |
@forelse ($contents as $content)
{{ $content->name }}
({{ Str::ucfirst($content->language_code) }})
|
@if ($content->language_code !== 'en')
@endif
|
@empty
{{ __('no_data_found') }}
|
@endforelse
--}}
@endsection
@section('style')
@endsection
@section('script')
@endsection