@extends('layouts.master') @section('page-content')
@yield('content') @if (session('message'))
@endif
@include('layouts.notification') @endsection