@extends('themes.default1.client.layout.logclient') @section('home') class = "active" @stop @section('HeadInclude') {{-- --}} @stop @section('breadcrumb')
@stop @section('content') @if(Session::has('status'))
{!! Lang::get('lang.success') !!} {{Session::get('status')}}
@endif
@if(Auth::user()) @else {!! Lang::get('lang.register') !!} @endif first(); ?> @if($system != null) @if($system->status) @if($system->status == 1) {!! Lang::get('lang.submit_a_ticket') !!} @endif @endif @endif {!! Lang::get('lang.my_tickets') !!} {!! Lang::get('lang.knowledge_base') !!}

Forgot your password


{!! Form::label('password',Lang::get('lang.enter_your_email_here')) !!}

@stop