@extends('layouts.master') @section('app') @include('components.header')
@yield('content')
@endsection