@extends('user_navbar') @section('content')

Transfer Mobiles

@foreach ($transferMobiles as $key) @if ($key->mobile) {{-- Add a null check --}} @else @endif @endforeach
Transfer Date Mobile Name IMEI# SIM Lock Color Storage Battery Health Cost Price Selling Price Availability Sold at Added at Transfer To
{{ \Carbon\Carbon::parse($key->transfer_time)->tz('Asia/Karachi')->format('M d, Y, h:i A') }}{{ $key->mobile->mobile_name }} {{ $key->mobile->imei_number }} {{ $key->mobile->sim_lock }} {{ $key->mobile->color }} {{ $key->mobile->storage }} {{ $key->mobile->battery_health }} {{ $key->mobile->cost_price }} {{ $key->mobile->selling_price }} {{ $key->mobile->availability }} {{ $key->mobile->sold_at }} {{ $key->mobile->created_at }}Mobile not available Mobile not available Mobile not available Mobile not available Mobile not available Mobile not available Mobile not available Mobile not available Mobile not available Mobile not available Mobile not available{{ $key->toUser->name }}
@endsection