@extends('admin.layouts.admin') @section('title', 'عرض عميل') @section('content')
@if($user->image) {{ $user->name }} @else @endif
@endsection