@extends('layouts.admin') @section('content') @if (session('error'))
{{ session('error') }}
@endif
Download List
@forelse ($drop_data as $data) @empty @endforelse
Mobile Tracking Number Location Product Brand/Model/Serial
{{ $data->customer_mobile ?? '' }} {{ $data->tracking_number ?? '' }} {{ $data->location_code ?? '' }} {{ $product_types[$data->product_code] ?? '' }} {{ $data->brand_type ?? '' }}
No data found
@endsection @section('scripts') @parent @endsection