@extends('admin.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')
{{-- Image upload and Preview --}}
@endsection
@section('script')
{{-- Image upload and Preview --}}
@endsection