@extends('layouts.app')
@section('breadcrumb')
@endsection
@section('content')
@if ($errors->any())
@lang('Whoops!') @lang('There were some problems with your input.')
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@lang('statuses.helpblock')
@endsection