@extends('layouts/contentNavbarLayout') @section('title', 'Sectors') @section('content')
Config Page Home
@forelse ($configPageHomes as $content ) @empty @endforelse
Title Status Actions
{{ $content->title }} @if( $content->status == 1 )
Active
@else
Inactive
@endif
@endsection