芝麻web文件管理V1.00
编辑当前文件:/home/shaabmuni/crm/resources/views/auth/password.blade.php
@extends('themes.default1.client.layout.logclient') @section('home') class = "active" @stop @section('HeadInclude')
{{--
--}}
@stop @section('breadcrumb')
{!! Lang::get('lang.you_are_here') !!}:
{!! Lang::get('lang.home') !!}
@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')) !!}
{!! Lang::get('lang.i_know_my_password') !!}
{!! Lang::get('lang.send') !!}
@stop