@extends('backend.layout.main') @section('content') @if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif @push('css') @endpush
@csrf
{{trans('file.Edit Page')}}
{{url('/')}}/
({{trans('file.click on the widgets below to add it to your layout')}})
    @if(isset($page_widgets)) @foreach($page_widgets as $widget) @if($widget->name == 'text-widget')
  • {{trans('file.Text')}}

  • @endif @if($widget->name == 'product-category-widget')
  • {{trans('file.Product Category')}}

  • @endif @if($widget->name == 'category-slider-widget')
  • {{trans('file.Category Slider')}}

  • @endif @if($widget->name == 'product-collection-widget')
  • {{trans('file.Product Collection')}}

  • @endif @if($widget->name == 'tab-product-collection-widget')
  • {{trans('file.Tabbed Product Collections')}}

  • @endif @if($widget->name == 'brand-slider-widget')
  • {{trans('file.Brand Slider')}}

  • @endif @endforeach @endif
{{trans('file.Templates')}}
More templates are coming soon...
@endsection @push('scripts') @endpush