@extends('layouts.admin') @section('title', 'Admin Profile') @push('vendor-styles') @endpush @push('page-styles') @endpush @section('body')
S.No | Order Id | Order Date | Status | Action | |||
---|---|---|---|---|---|---|---|
{{ ++$key }} | {{ $orders->order_id }} | {{ $orders->date }} | @if ($orders->status == 1)Pending | @elseif($orders->status == 2)Accepted | @elseif($orders->status == 3)Completed | @elseif($orders->status == 4)Canceled | @endif()See Detail |
S.No | Name | Type | Action | |
---|---|---|---|---|
{{ ++$key }} | {{ $user->user->first_name }} | {{ $user->user->email }} | {{ $user->user->type }} | See Detail |
Map | Address | Action |
---|---|---|
![]() |
@if ($properties->orders->count() === 0)
@endif
Are you sure you want delete |
Add address