@php($title='التفاصيل') @extends('adminLayouts.app') @section('title') {{$title}} @endsection @section('header') @endsection @section('breadcrumb')
{{$title}}
@endsection @section('content')

الصورة الشخصيه

الاسم

{{ $data->name }}

رقم الهاتف

{{ $data->phone }}
@if(!empty($data->address))

العنوان

{{ $data->address }}
@endif

البريد الاليكتروني

{{ $data->email }}
@endsection @section('script') @endsection