@extends('app') @section('head') @include('partial.head') @endsection @section('content')
@include('partial.topbar')
@include('partial.footer') @endsection @section('footer') @include('partial.script') @endsection