@extends('adm.layouts.app') @section('title', 'Site Sobre Nós') @section('header') @include('adm.site.partials.header', compact('abouts')) @endsection @section('sidebar') @include('adm.partials.sidebar') @endsection @section('main')
@section('pagetitle') @include('adm.site.partials.pagetitle') @endsection @section('dashboard') @include('adm.site.partials.about') @endsection
@endsection @section('footer') @include('adm.partials.footer') @endsection