@extends('frontend.layouts.app') @section('title', app_name() . ' | ' . __('navs.general.home')) @section('content')
@foreach($boxes as $box) @endforeach
Id Created Label Description Updated Action
{{$box->id}} {{$box->created_at}} {{$box->label}} {{$box->description}} {{$box->updated_at}}
{{csrf_field()}}
@if(\Session::has('success'))
{{\Session::get('success')}}
@endif
@endsection