@extends('admin.layout.master') @section('title', 'العضوية المميزة') @section('content')

العضوية المميزة

العضوية المميزة

@include('admin.layout.message')
@csrf @method('PATCH')
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('body')) {{ $errors->first('body') }} @endif
@stop