@extends('admin/layouts/default') {{-- Page title --}} @section('title') store @parent @stop @section('content')

Stores

store {{ $store->id }}'s details


id{{ $store->id }}
name{{ $store['name'] }}
address{{ $store['address'] }}
city{{ $store['city'] }}
country_id{{ $store['country_id'] }}
agent_id{{ $store['agent_id'] }}
seller_id{{ $store['seller_id'] }}
status_code{{ $store['status_code'] }}
@stop