@yield('HeadInclude')
first(); ?> @if($company->logo)
@elseif($company->company_name)
{{$company->company_name}}
@else
Knowledge
Base @endif
Home
KnowledgeBase
Articles
where('visibility', '1')->get(); ?> @foreach($pages as $page)
{{$page->name}}
@endforeach
Contact us
@if(Auth::user())
My Profile
@if(Auth::user()) @if(Auth::user()->profile_pic)
@else
@endif @endif
{!! Auth::user()->firstname." ".Auth::user()->lastname !!}
Edit Profile
Log out
@else
Login
{!! Form::open(['action'=>'Auth\AuthController@postLogin', 'method'=>'post']) !!}
{!! Form::text('email',null,['placeholder'=>'Email','class' => 'form-control']) !!} {!! $errors->first('email', '
:message
') !!}
{!! Form::password('password',['placeholder'=>'Password','class' => 'form-control']) !!} {!! $errors->first('password', '
:message
') !!}
Forgot password
Create Account
Login
{!! Form::close() !!}
@endif
@if(Session::has('success'))
Success!
×
{{Session::get('success')}}
@endif @if(Session::has('fails'))
Alert!
Failed.
×
{{Session::get('fails')}}
@endif
{!!Form::open(['method'=>'get','action'=>'client\kb\UserController@search','class'=>'search-form clearfix'])!!}
Search
{!! Form::close() !!}
@yield('breadcrumb')
@yield('content')
@yield('check')
@yield('category')