@extends('frontend.layouts.app') @php $company_info = session('company_info'); @endphp @section('style') @endsection @section('content')

Contact Us

{{ $company_info->name }}

{{ $company_info->address }}
{{ $company_info->phone }}

@if ($company_info->location) {!! $company_info->location !!} @endif
@csrf
@endsection