@section('title', 'حساب کاربری | فروشگاه جنیکا') @extends('frontend.layout.master') @section('content')
@if(Session::has('success'))
{{session('success')}}
@endif

{{$user->name}} {{$user->last_name}} خوش آمدید

@endsection