@extends('admin.index') @section('content')

{{trans('vendors.edit')}}

{!! csrf_field() !!}
تغيير
@if(auth()->user()->role_id ==1)
@endif

بيانات البائع

تغيير

بيانات البائع

بيانات التواصل الاجتماعي

@if(\Illuminate\Support\Facades\Auth::user()->role_id ==1)
@endif @if(\Illuminate\Support\Facades\Auth::user()->role_id ==1)
@endif
@endsection