@extends('layouts.super-admin') @section('page-title')

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
@include('sections.front_setting_new_theme_menu')
{!! Form::open(['id'=>'editSettings','class'=>'ajax-form','method'=>'POST']) !!}

@lang('app.add')

@forelse($frontWidgets as $key=>$widget) @empty @endforelse
# @lang('app.name') @lang('app.action')
{{ ($key+1) }} {{ ucwords($widget->name) }} @lang('app.edit') @lang('app.remove')
@lang('messages.noRecordFound')
{!! Form::close() !!}
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush