{{-- // --}} @yield('HeadInclude')
first(); $system = App\Model\helpdesk\Settings\System::where('id', '=', '1')->first(); ?> @if($system->url)
@else
@endif @if($company->use_logo == 1)
@else @if($system->name) {!! $system->name !!} @else
SUPPORT
CENTER @endif @endif
Home
@if($system->first()->status == 1)
Submit A Ticket
@endif @if(Auth::user())
My Tickets
My Profile
@if(Auth::user()->profile_pic)
@else
@endif
{{Auth::user()->first_name." ".Auth::user()->last_name}}
{{--
Edit Profile
--}}
Log out
@else
Login
{!! Form::open(['route' => 'post.login']) !!}
{!! 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 @if($errors->first('email') || $errors->first('password'))
Alert!
Failed.
×
{!! $errors->first('email', '
:message
') !!}
{!! $errors->first('password', '
:message
') !!}
@endif
@yield('breadcrumb')
@yield('content')
@yield('check')
@yield('category')
first(); $footer2 = App\Model\helpdesk\Theme\Footer2::whereId('1')->first(); $footer3 = App\Model\helpdesk\Theme\Footer3::whereId('1')->first(); $footer4 = App\Model\helpdesk\Theme\Footer4::whereId('1')->first(); ?>