@extends('frontend/layouts_frontend/master_frontend') @section('title') Home @endsection @section('extra_styles') @endsection {{-- CONTENT SECTION --}} @section('content')
@php $company_info = \App\Models\CompanyInformation::first(); @endphp

{{ strtoupper($company_info->company_name ?? '') }}

"Turn Data Into Growth"


{{-- Contact Us --}} @if (Auth::check()) Logout    Dashboard @else Login @endif


Software Created By Wanran Inc

@endsection {{-- END OF MAIN CONTENT SECTION --}} @section('extra_scripts') @endsection