@extends('admin.layout.master') @section('title', 'حظر') @section('content')

حظر

إنشاء جديد

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