@extends('layouts.app') @section('css') @yield('css') @endsection @section('content') @yield('content') @endsection