@extends('adminlte::page') @section('title', 'Facilities On Request') @section('content_header') @stop @section('content')

Facilities On Request

Add/Edit Facility On Request

@csrf
{{--

--}}
@if(!empty($facilities_on_request)) Existing @endif      

@if(!empty($facilities_on_request_arr)) @foreach($facilities_on_request_arr['facilities_on_request_categories'] as $section)

@if($section['thumbnail']) Thumbnail @endif      

@if($section['image']) Existing @endif      

@endforeach @endif
@stop @section('js') @include('admin.summernote-editor') @include('admin.facilities-on-request.scripts.index') @stop