@extends('layouts.master') @section('title') | {{__('About')}} @endsection @section('extraStyle') @endsection @section('content') {{-- side bar --}} @include('balde_components.navs.side-bar') {{-- top nav bar --}} @include('balde_components.navs.nav-bar-v1') {{-- main --}}
banner

{{__("about_banner_header")}}

{{__("about_banner_description")}}

{{-- footer--}} @include('balde_components.footer') @endsection @section('extraJs') @endsection