@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.Text')}} {{csrf_field()}} {{trans('file.Title')}} {{trans('file.Text')}} {{trans('file.Custom Menu')}} {{csrf_field()}} {{trans('file.Title')}} {{trans('file.Select menu')}} @foreach($menus as $menu) {{$menu->title}} @endforeach {{trans('file.Site Features')}} {{csrf_field()}} {{trans('file.Title')}} {{trans('file.Text')}} {{trans('file.Icon')}} {{trans('file.Site Information')}} {{csrf_field()}} {{trans('file.Title')}} {{trans('file.Text')}} {{trans('file.Address')}} {{trans('file.Phone')}} {{trans('file.Email')}} {{trans('file.Hours')}} {{trans('file.Newsletter form')}} {{csrf_field()}} {{trans('file.Title')}} {{trans('file.Text')}} {{trans('file.Section Above Footer')}} @if(isset($footer_top)) @foreach($footer_top as $widget) @include('ecommerce::backend.widgets.widget-loop') @endforeach @endif {{trans('file.Footer Section')}} @if(isset($footer)) @foreach($footer as $widget) @include('ecommerce::backend.widgets.widget-loop') @endforeach @endif {{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
{{trans('file.To add a widget to a section, drag it onto that section')}}