@extends('admin/layouts/fullLayoutMaster') @section('title', 'Forgot Password') @section('page-style') {{-- Page Css files --}} @endsection @section('content')
branding logo

Recover your password

Please enter your email address and we'll send you instructions on how to reset your password.

@if(Session::has('forgotError')) @endif @if(Session::has('forgotSuccess')) @endif {!! Form::open(array('url' =>'admin/forgotadmin', 'method'=>'post','id'=>'forgot','enctype'=>'multipart/form-data')) !!}
@endsection