@extends('layouts.MasterLayout') @section('header')
{{$company_name}}
@stop @section('content')
@if($errors->any())
× {{$errors->first()}}
@endif @if(file_exists($company_logo)) @else @endif
{{Session::get('message')}}
@if(!Session::has('employeeuser'))
@endif
@stop @section('modals') @stop @section('customscripts') @stop