@extends('layouts.admin.app') @section('title','Edit user ' . $user->name) @section('content')
@csrf

Profile details

@if(session()->has('message'))
{{ session()->get('message') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}

@endsection