@extends('web_stores.layouts.app') @section('content')
@stop @section('script') function init_under_maintenance() { app.dialog.alert("{{App\Language::trans('This button is under maintenance.')}}", "{{App\Language::trans('Under Maintenance')}}"); return false; } @stop