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