@extends('layouts.app') @section('head') @endsection @section('content')
{{$title}}
@yield('container')
@yield('scripts') @endsection