@extends('layouts.admin') @section('title', 'Box | Mintavia Admin') @section('content')

Box List

{{-- 👈 narrower width --}} @foreach ($boxes as $box) @endforeach
Box Name Action
{{ $box->name }}
@csrf @method('DELETE')
@endsection