@extends('layouts.backend') @section('title') @lang('backend.menu_views.page_title') @endsection @section('modals') @include('backend.partials.modals') @endsection @section('content')

@lang('backend.menu_views.page_title')

@lang('backend.menu_views.list')

@include('backend.partials.deleted') @include('backend.partials.success') @foreach($options as $option) @endforeach
@lang('backend.tables.title') @lang('backend.tables.icon') @lang('backend.tables.actions') @lang('backend.tables.status')
      {{ $option->title }} active)?'checked':''}} data-route="{{route('menu.save_status', $option->id)}}">
@endsection