Collection Detail
| ID | {{$collection->id ??''}} | |
|---|---|---|
| Name | {{$collection->name ??''}} | |
| Display Order | {{$collection->order_by_no}} | |
@extends('admin.layouts.app') @section('title', 'Collection Details') @section('page_css') @endsection @section('section')
| ID | {{$collection->id ??''}} | |
|---|---|---|
| Name | {{$collection->name ??''}} | |
| Display Order | {{$collection->order_by_no}} | |