@extends('template.layouts.page') @section('title_postfix', __('Accounts')) @section('content_container_classes', 'container-lg') @section('content_header', __('Accounts')) @section('content') @if(isset($account))
@else @endif
@if(isset($account->id)) {{ __('Modify account') }} @else {{ __('Add new account') }} @endif
active == '1') checked="checked" @endif @else checked="checked" @endif >
@stop