@extends('layouts.settings') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Support Page','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('partials.success') @include('partials.error')
{{csrf_field()}}
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.documentation'),'helpTitle'=>config('help-links.help_titles.documentation')]) @endsection @section('after_scripts') @endsection