@extends('admin.layout') @section('header_actions') Back @endsection @section('content')

User Information

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