@if (isset($errors) && count($errors))
Sorry, but there was an error:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{-- REPLACING THIS FILE WITH YOUR OWN LAYOUT FILE? Don't forget to include the following section! --}} @if (\BinshopsBlog\Helpers::has_flashed_message())

{{ \BinshopsBlog\Helpers::pull_flashed_message() }}

@endif @yield('content')