@extends('web.layouts_dash.main') @section('content')

معلومات مفوض الشركة

@CSRF @if(Session::has('success'))

{{__('web.success')}}

@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if(!is_null(\Auth::guard('member')->user()->author))

{{__('web.author')}}

{{\Auth::guard('member')->user()->author}}

{{__('web.author_id')}}

{{\Auth::guard('member')->user()->author_id}}

{{__('web.author_phone')}}

{{\Auth::guard('member')->user()->author_phone}}

{{__('web.author_desc')}}

{{\Auth::guard('member')->user()->author_desc}}
@else
لا يوجد بيانات من فضلك املا البيانات
@endif
@push('js') @endpush @stop