@extends("admin.template.layout") @section('header') @endsection @section('content')
{{$mode ?? $page_heading}}
@csrf
User profile picture
{{--
--}}
@stop @section('script') @stop