@extends($templatePathAdmin.'layout') @section('main')

{{ $title_description??'' }}

@if (function_exists('sc_get_list_code_store') && count(sc_get_list_code_store())) @endif

{{ sc_language_render('store.admin.css') }}

@if ($errors->has('css')) {{ $errors->first('css') }} @endif
@endsection @push('styles') @endpush @push('scripts') @endpush