@extends('admin.layouts.app') @section('css') @endsection @section('content') {!! $form['heading'] !!} @csrf Title Slug * Subtitle Meta Title 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 Meta Description This description will show up on search engines. Seo Keywords @foreach($data->meta_keywords ?? [] as $keyword) {!! $keyword !!} @endforeach 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