{{-- resources/views/admin/page-metas/edit.blade.php --}} {{-- Controller: Admin\PageMetaController@edit / @update --}} @extends('layouts.admin') @section('title', 'Edit Page Meta') @section('page_title', 'Edit Page Meta') @section('page_css') @endsection @section('content') Page Key * @error('page_key') {{ $message }} @enderror Meta Title Meta Description {{ old('meta_description', $pageMeta->meta_description) }} Meta Keywords OG Title (Social) OG Image URL Status (Active) status) === 'active' ? 'checked' : '' }}> Update Meta Cancel @endsection