@extends('layouts.app', ['activePage' => 'register', 'title' => 'Light Bootstrap Dashboard Laravel by Creative Tim & UPDIVISION']) @section('content')
@csrf
Card image cap
...
@foreach ($errors->all() as $error)
× {{ $error }}
@endforeach
@endsection @push('js') @endpush