@extends('panel::layouts.master', ['title' => 'تعديل الصفحة']) @section('content')
  • قائمة الصفحات
  • تعديل الصفحة
  • تعديل الصفحة

    @csrf @method('put')
    @if($page->image) {{ $page->image->alt_text }}
    {{ asset('storage/' . $page->image->file_path) }}
    @endif
    status)) checked @endif>
    @endsection @push('scripts') @include('common::partials.tinymce-scripts') @endpush @push('styles') @endpush