@extends('template.'.config('settings.template').'.content.master') @section('head') @stop @section('content')
@if(session()->has('success'))
@else

@endif
@stop @section('scripts') @stop