@extends('user.layout') @section('title') {{__('message.Reset Password')}} @stop @section('meta-data') @stop @section('content')

{{__('message.Reset Password')}}

{{__('message.Reset Password')}}

@if(Session::has('message'))
@endif @if(!isset($msg))
{{csrf_field()}}
@else

{{$msg}}

@endif

{{__('message.Emergency call')}}

{{__('message.Telephone')}}

{{$setting->phone}}

{{__('message.Sign up for Newsletter today')}}

@stop @section('footer') @stop