@extends('back.layouts.main') @section('title' , $model->name ) @section('content')
الاسم {{$model->name}}
الايمل {{$model->email}}
الموبايل {{$model->mobile}}
المحفظة {{$model->wallet_balance}}
@stop @section('breadcrumbs') @stop