@extends('admin.layouts.app') @section('content')
{{-- Edit --}}
@csrf
{{-- Error --}} @if ($errors->any()) @endif {{-- Failed --}} @if(Session::has("failed")) @endif {{-- Success --}} @if(Session::has("success")) @endif
{{-- Profile Image --}}
{{ __('Profile Picture') }} ({{ __('Recommended : 160 x 160 pixels') }})
{{-- Name --}}
{{-- Email --}}
{{-- Footer --}} @include('admin.includes.footer')
@endsection