@extends('layouts.app') @section('css') {{-- Select2 --}} @endsection @section('content')
@include('layouts.includes.company_menu')
{{ __('Note') }}! {{ __('Allowed File Extensions: jpg, jpeg, png') }}
@if (!empty($companyData['company']['company_logo']))
@if(file_exists("$dir/$image_url"))
Company Logo
@endif @endif
{{ __('Note') }}! {{ __('Allowed File Extensions: ico') }}
@if (!empty($companyData['company']['company_icon']))
@if(file_exists("$dir/$image_url"))
Company Icon
@endif @endif @if(Helpers::has_permission(Auth::user()->id, 'manage_company_setting'))
@endif
@endsection @section('js') {{-- Using local does not have the required file --}} {!! translateValidationMessages() !!} @endsection