@extends('admin.master_layout') @section('title') {{ __('Section Visibility') }} @endsection @section('body-header')

{{ __('Section Visibility') }}

{{ __('Section Visibility') }} >> {{ __('Section Visibility') }}

@endsection @section('body-content')
@csrf @foreach ($pagesections as $pagesection)

{{ ucwords(str_replace('_', ' ', $pagesection->section_name)) }}

@endforeach
@endsection @push('style_section') @endpush