@extends('business::layouts.master') @section('pagetitle','Dashboard') @section('subheader') @include('business::usersetting.subheader.commonsubheader') @endsection @section('content') @if(session('success')) @endif

Company Settings

@php $tzlist_single = DateTimeZone::listIdentifiers(DateTimeZone::AMERICA); @endphp
@if($bowner->current_package_id != '176' && $bowner->current_package_id != '177' && $bowner->current_package_id != '178' && $bowner->current_package_id != '179' && $bowner->current_package_id != '173' && $bowner->current_package_id != '172' && $bowner->current_package_id != '148' && $bowner->current_package_id != '147') @endif
@if($bowner->current_package_id == '176' || $bowner->current_package_id == '177' || $bowner->current_package_id == '178' || $bowner->current_package_id == '179' || $bowner->current_package_id == '173'|| $bowner->current_package_id == '172'|| $bowner->current_package_id == '147'|| $bowner->current_package_id == '148') @if(file_exists(Config::get('constants.FORMER_IMAGES_PATH_FS').'farmers_business_logo.png')) @else @endif @else @if($bowner->business_logo!='' && $s3imageexist !=1) @if(file_exists(Config::get('constants.BUSINESS_IMAGES_PATH_FS').$bowner->business_logo)) @else @endif @elseif($bowner->business_logo!='' && $s3imageexist ==1) @elseif(($bowner->current_package_id == '172' || $bowner->current_package_id == '173' || $bowner->current_package_id == '147' || $bowner->current_package_id == '148') && ($bowner->business_logo =='')) @if(file_exists(Config::get('constants.FORMER_IMAGES_PATH_FS').'farmers_business_logo.png')) @else @endif @else
Upload your Logo
Tip: for display purposes upload a landscape style
logo (width > height) that is 269 px by 73 px
@endif @endif
@if($bowner->business_logo !='') @if($bowner->current_package_id != '176' && $bowner->current_package_id != '177' && $bowner->current_package_id != '178' && $bowner->current_package_id != '179' && $bowner->current_package_id != '172' && $bowner->current_package_id != '173' && $bowner->current_package_id != '147' && $bowner->current_package_id != '148') @endif @endif
@include('business::usersetting.location.imageeditor_mdl') @include('business::layouts.footer') @endsection @section('pagescript') @endsection