@include('layout.head')
@include('layout.navbar')
@yield('contents')
@yield('contents1')
Copyright © 2022 {{ env('APP_NAME') }}. All Rights Reserved.
@include('layout.foot')