@extends('layouts.master-layouts') @section('title') {{ __('Front Setting') }} @endsection @section('content') @component('components.breadcrumb') @slot('title') Front Setting @endslot @slot('li_1') Dashboard @endslot @slot('li_2') Setting @endslot @slot('li_3') Front Setting @endslot @endcomponent
Enable/Disable Views
@foreach ($sections as $key => $section) @endforeach
No Title Status Actions
{{ $key + 1 }} {{ $section->title }} @if ($section->is_enable == 0) Enable @else Disable @endif @if ($section->is_enable == 0) Disable @else Enable @endif
@endsection