@extends('theme.layout.layout-theme') @section('content')
@yield('before-content')
@yield('page-content')
@yield('after-content')
@endsection