@extends('user_navbar') @section('content')
@if (session('success'))
{{ session('success') }}
@endif @if (session('danger'))
{{ session('danger') }}
@endif

Restore Mobiles

@foreach ($restoreMobiles as $key) @endforeach
Restore at Restore By Mobile Name IMEI# Old Cost Price New Cost Price Old Selling Price New Selling Price
{{ $key->created_at }} {{ $key->restore_by }} {{ $key->mobile_name }} {{ $key->imei_number }} {{ $key->old_cost_price }} {{ $key->new_cost_price }} {{ $key->old_selling_price }} {{ $key->old_selling_price }}
@endsection