@extends('layouts.admin') @section('content')

Your profile

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