@extends('frontend.layouts.app') @section('title', app_name() . ' | ' . __('navs.general.home')) @section('page-style-files') @endsection @section('content')

Projects :: {{$project->label}} :: Edit {{$box->label}}

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

@endif
{{csrf_field()}}
angular) && $box->angular ? 'checked' : ''}}/>
@endsection @section('page-js-script') @stop