@extends('admin.layouts.app') @section('content')

0

{{__('lang.admin_total_order')}}

{{__('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