@extends('admin.layouts.app') @section('content')
{{__('lang.admin_customer_info')}}
{{__('lang.admin_customer_id')}} :
#{{$result->id}}
{{__('lang.admin_customer_name')}} :
{{$result->name}}
{{__('lang.admin_customer_email')}} :
{{$result->email}}
{{__('lang.admin_customer_phone')}} :
{{$result->phone}}
@endsection