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

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

@csrf
@if ($data->image != '' && file_exists(uploadsDir('front'). $data->image))
Page Image
@endif
Cancel
@endsection @section('footer-js') @endsection