@extends('layouts.admin.master') @section('admin_main_body')
{{--
Edit Profile
--}}
{{--
--}} @csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Edit Profile

Click on camera to change picture:
@endsection