@extends('templates.layouts.base') @section('js') {{ Html::script('/shop/js/public.js') }} @stop @section('css') @stop @section('content') @if (Session::has('error_msg'))
{{Session::get("error_msg")}}
{{Session::get("msg")}}