@extends('admin.layouts.master') @section('cpage', 'active') @section('title') {{ $data['title'] ?? 'Edit Custom Page' }} @endsection @php $row = $data['row']; @endphp @push('style') @endpush @section('content')

{{ $data['title'] ?? '' }}

{{ $data['title'] ?? '' }}

@csrf
@if (str($row->url_slug)->contains('about-us'))
@if ($row->image)
Image Preview
@endif @endif
@endsection @push('script') @endpush @push('script') @endpush