@extends('layout.admin.master')
@section('meta-title', 'Boxes')
@section('body-class', 'menu-position-side menu-side-left full-screen with-content-panel')
@section('breadcrumbs')
Boxes
@endsection
@push('asset-top')
@endpush
@section('content')
# |
Name |
Weight |
Status |
Action |
@foreach($box as $box)
|
{{$box->name}} |
{{$box->weight}} |
{{$box->status == '1' ? 'Active':'Inactive'}}
|
{{-- --}}
|
@endforeach
@endsection