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