@extends('admin.layouts.app') @section('css') @endsection @section('content')

{!! $form['heading'] !!}

@csrf
This is what will appear in the first line when this page shows up in the search results.It should be less than or equal to 100 character
This description will show up on search engines.
@if ($data->image != '' && file_exists(uploadsDir('front'). $data->image))
Page Image
@endif
Cancel
@endsection @section('footer-js') @endsection