@extends('layout.app') @section('content')
@foreach ($boxs as $item) @endforeach
ID Manager POP Box
{{ $item->id }} {{ $item->manager->name ?? '' }} {{ $item->pop->popname ?? '' }} {{ $item->box_name }} Edit
@endsection