@extends('admin.layouts.master-soyuz') @section('title',__('General Settings | ')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __("Back") }}

{{ __("Content Settings") }}

@csrf

@endsection @section('custom-script') @endsection