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

التاجر

إنشاء جديد

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('market_link')) {{ $errors->first('market_link') }} @endif
@if ($errors->has('wallet')) {{ $errors->first('wallet') }} @endif
@if ($errors->has('points')) {{ $errors->first('points') }} @endif

صورة

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

صورة السجل التجارى

@if ($errors->has('commercial_image')) {{ $errors->first('commercial_image') }} @endif
الحالة
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@stop