@extends('admin.layouts.simple.master') @section('title', 'Default') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Default

@endsection @section('breadcrumb-items') @endsection @section('content')
                                {{-- $meta --}}
                            
@csrf

About Us



@if(isset($meta['uploadedImages']['about'][0]['aboutImage1']['original_url'])) @endif


@if(isset($meta['uploadedImages']['about'][0]['aboutImage2']['original_url'])) @endif

Statement



@if(isset($meta['uploadedImages']['statement'][0]['image1']['original_url'])) @endif


@if(isset($meta['uploadedImages']['statement'][0]['image2']['original_url'])) @endif

Faq

@if(isset($meta['faq'])) @foreach ($meta['faq'] as $key => $value)
@endforeach @else
@endif
@endsection @section('script') @endsection