@extends('layouts.app') @section('content') @php $locale = session()->get('locale') ? session()->get('locale') : App\Helpers\ConstantHelper::ENGLISH; @endphp {{ __('label.book_your_appointment') }} @include('customer.book-appoinment.nav-bar') @include('customer.book-appoinment.service-nav-bar') {{ __('static.about_us') }} {{ @$branch->companyProfile->about }} {{ __('static.back') }} {{ __('label.next') }} @endsection
{{ @$branch->companyProfile->about }}