@extends('front.app') @section('meta') @stop @section('container')
{{-- @if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif--}} @stop @push('other-scripts') @endpush