@extends('admin.layout.master') @section('title', " الشريك $row->name") @section('content')

{{ 'الشريك ' . $row->name }}

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

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