@extends('admin.layout.master') @section('title', 'تعديل بيانات الوحده') @section('content')

تعديل بيانات الوحده

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

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