@extends('layouts.front') @section('content')
@endsection @section('scripts') @if($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @endsection