@extends('layouts.app', ['title' => __($title)]) @section('js') @yield('js') @endsection @section('content')
@include('partials.flash')
@yield('thecontent')
@endsection