@extends('layout.backend.main') @section('page_content')
Photo Buyer Image
First Name {{ $buyer->first_name }}
Last Name {{ $buyer->last_name }}
Email {{ $buyer->email }}
Phone {{ $buyer->phone }}
Country {{ $buyer->country }}
Shipping Address {{ $buyer->shipping_address }}
Created At {{ $buyer->created_at->format('d M, Y') }}
@endsection