@extends('layout') @section('content')
@if(Session::has('message'))

{{ Session::get('message') }}

@endif @yield('shop')
@stop