@extends('admin.master') @section('maincontent')

Account Settings

@if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif
@if (empty($admin->profile)) Profile @else Profile @endif

{{$admin->name}}

Full Name
{{$admin->name}}
Email
{{$admin->email}}
{{-- //additional info overview --}}
Profile :
@csrf
{{-- //ride overview --}}
Email :
@csrf
{{ $errors->has('old_email')? $errors->first('old_email'):'' }}
{{ $errors->has('email')? $errors->first('email'):'' }}
Password :
@csrf
{{ $errors->has('password')? $errors->first('password'):'' }}
@endsection