@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

My Account

Company Settings

@csrf
Upload your Logo
Tip: for display purposes upload a landscape style
logo (width > height) that is 269 px by 73 px
@include('employer::settings.imageeditor_mdl') @else

You are not authorized to access this page

@endif @endsection @section('scripts') @endsection