@extends('admin.layout.template') @section('title', 'Stock Details') @section('content')

{{ $location->name }}

{{ $location->type }}
← Back to Stock List
# Product Variant Available Qty Reorder Level Status
@endsection