@extends('template.template') @section('custom_style') @endsection @section('content') @include('../navbar') @include('../footer') @push('custom_script') @endpush @endsection