@extends('user.includes.masterpage-user') @section('content')

Admin Profile


@if(Session::has('message'))
× {{ Session::get('message') }}
@endif
{{csrf_field()}}

@stop @section('footer') @stop