@extends('souq.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