@extends('admin.layout') @section('custom-style') @endsection @section('content') Profile Profile Edit Update Profile {{csrf_field()}} Name* Email* Password* @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @if(\Session::has('error')) {!! \Session::get('error') !!} @endif @if(\Session::has('success')) {!! \Session::get('success') !!} @endif @endsection @section('custom-scripts') @endsection