@extends('backend.layout.main') @section('content') @push('css') @endpush
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error}}
  • @endforeach
@endif @if(session()->has('message'))
{{ session('message') }}
@endif

{{trans('file.Available Widgets')}}

{{trans('file.To add a widget to a section, drag it onto that section')}}

{{trans('file.Section Above Footer')}}

{{trans('file.Footer Section')}}

{{trans('file.product Details Sidebar')}}

    @if(isset($product_details_sidebar)) @foreach($product_details_sidebar as $widget) @include('ecommerce::backend.widgets.widget-loop') @endforeach @endif
@endsection @push('scripts') @endpush