@include('layouts.includes.meta') @if(!empty($favicon)) @endif @php if (getThemeClass('theme-mode') == 'navbar-dark brand-dark') { @endphp @php } @endphp

{{!empty($companyData) ? $companyData : '' }}

@if (count($errors) > 0)
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @foreach (['success', 'danger', 'fail', 'warning', 'info'] as $msg) @if($message = Session::get($msg))
{{ $message }}
@break @endif @endforeach
@yield('content')
@yield('js')