@extends('admin.layout.master') @section('title', 'طلبات المشتركين') @section('content')

طلبات المشتركين

تعديل البيانات

@csrf @method('PATCH')
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@stop