@extends('employer::layouts.master') @section('pagetitle','Manage Settings') @section('content') @if(auth()->user()->master_empid=='')
@if (session('success'))
{{ session('success') }}
@elseif(session('error'))
{{ session('error') }}
@endif

Company Settings

Company Settings

@csrf
@if($employer->company_logo !='') @if(file_exists(public_path(Config::get('constants.BUSINESS_IMAGES_PATH')).$employer->company_logo)) @else @endif @else
Upload your Logo
@endif
@if($employer->company_logo !='') @endif
company_video!='') value="video" @elseif($employer->embedded_url!='') value="embedded_url" @else value="empty" @endif/>
company_video!=''|| $employer->embedded_url=='') style="overflow:inherit; display:inline-block;" @else style="display:none" @endif>
@if($employer->company_video!='') @if(file_exists(public_path(Config::get('constants.BUSINESS_VIDEO_PATH')).$employer->company_video)) @else @endif @else @endif
embedded_url!='') style="overflow:inherit; display:inline-block;" @else style="display:none" @endif>
@if(auth()->user()->master_empid=='') @endif
@include('employer::settings.imageeditor_mdl') @else
Sorry! You cannot access this page.
Only the account holder has permission to view & edit these settings
@endif @endsection @section('scripts') @endsection