@extends('layouts.dashboard') @section('title', 'Manage Media') @section('myJS') @endsection @section('content')
| Image Label ID | Image Label Name | Operations |
|---|---|---|
| {{$imagelabel->ImageLabelID}} | {{$imagelabel->ImageLabelName}} |
|
|
| ImageSize ID | Width | Height | Operations |
|---|---|---|---|
| {{$imagesize->ImageSizeID}} | {{$imagesize->Width}} | {{$imagesize->Height}} |
@if($imagesize->ImageSizeIsDefault != "1")
@endif
|