@extends('admin.layout.master') @section('title', 'الشركات') @section('content')

الشركات

تغيير حالة الشركة

@csrf @method('PATCH')

بيانات الشركة


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