@extends('frontend.layouts.app') @section('title', app_name() . ' | ' . __('navs.general.home')) @section('content')

Projects :: {{$project->label}} :: Create new box

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach

@endif
@endsection