@extends('site.layout.master') @section('content')
الإعدادات
@csrf
{{\Auth::user()->name}}
@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(\Auth::user()->type == 'merchant')
@if ($errors->has('market_link')) {{ $errors->first('market_link') }} @endif
@endif
@endsection @section('script') @endsection