@extends('layouts.master') @section('bodyclass') @endsection @section('jumbotron')

@lang('messages.user.edit_profile')

@endsection @section('content')
@include('layouts.errors')
{{ method_field('PUT') }} @csrf
@lang('messages.new.coverimg_help')
@lang('messages.new.img_sizehelp')
@lang('messages.cancel')
{{ method_field('PUT') }} @csrf
@cannot('admin-secret')
@lang('messages.new.userdelete')
@endcan
@endsection