@extends('admin.layouts.app') @section('content') {!! $form['heading'] !!} @csrf Title * Slug * Description {{ old('description', $data->description) }} Content {{ old('content', $data->content ?? '') }} Image @if ($data->image != '' && file_exists(uploadsDir('front'). $data->image)) @endif Status @foreach(pageStatuses() as $val => $label) status ?? '') !!}>{!! $label !!} @endforeach Save Changes Cancel @endsection @section('footer-js') @endsection