@extends('backend.layout.masterlayout') @section('content') @include('backend.partial.sidebar') @include('backend.partial.topbar')
// NOTE : If you want to implement a dynamic header navigation, please replace your existing static navigation code with the code provided below. @include("frontend.src.navigation")
// NOTE : Please place the following code at the very top. $str = $basedata->businesstitle; $array = str_split($str); $office_emails = explode(',', $basedata->contact_emails); $office_contact_numbers = explode(',', $basedata->contact_numbers); // NOTE : FOR DYNAMIC LOGO PATH {{ asset("uploads/general-setting/" . $basedata->officelogo) }}