@extends('layouts.main') @section('title', 'Other Settings') @section('breadcrumb')

Other Settings

@endsection @section('content')
@include('flash::message')
@if(\App\Models\GmpRoles::canSeeLink([\App\Models\GmpRoles::LOGO]))

Company Logo

{{ csrf_field() }}
@if($account->logo) @else @endif
{!! Form::label('files', 'No file selected',['class' => 'control-label']) !!}
JPEG or PNG formats only. The maximum file size is 4Mb
@endif {{--@if(\App\Models\GmpRoles::canSeeLink([\App\Models\GmpRoles::ESCALATION]))

Escalation Mechanism

{{ csrf_field() }}
turn_escalation=='Yes')?'checked="checked"':''}} value="on" class="custom-control-input" id="customCheck1">
@endif--}}
@endsection @section('scripts') @endsection