@extends('layouts.master') @section('header') @include('layouts.partials.header') @endsection @section('navbar') @include('layouts.partials.nav') @endsection @section('sidebar') @include('layouts.partials.sidebar') @endsection @section('content')
| {{__("ID")}} | {{__("Name")}} | {{__("Country")}} | {{__("City")}} | {{__("No. Customers")}} | {{__("No. Orders")}} | {{__("Shipping Cost")}} | {{__("Free Shipping Minimum Limit")}} | {{__("Status")}} | {{__("Actions")}} | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$item->id}} | {{$item->name}} | {{$item->country->name}} | {{$item->city->name}} | {{$item->users_count}} | {{$item->orders_count}} | {{$item->shipping_cost." ".$item->country->currency}} | {{$item->free_shipping_minimum_limit." ".$item->country->currency}} | @if($item->status==1){{__("Active")}}@else{{__("Inactive")}}@endif |
id )}}" class='text-warning' style=''>
id )}}" class='text-info mx-2' style=''>
@if($item->related_items_count>0)
@else
@endif
|