@extends('back.layouts.main') @section('title' , $model->name ) @section('content')
الاسم @if($model->image!='') @endif {{$model->name}}
الايمل {{$model->email}}
الموبايل {{$model->mobile}}
الرصيد الحالي {{$model->wallet_balance }}
رصيد الاكرامية {{$model->tips }} @if($model->tips > 0) تصفية الرصيد @endif
@stop @section('breadcrumbs') @stop