@extends('layouts.app')
@section('title')
{{ __('messages.account.account_details')}}
@endsection
@section('header_toolbar')
@include('flash::message')
@include('accounts.show_fields')
{{Form::Hidden('accountShowUrl',Request::fullUrl(),['id'=>'accountShowUrl'])}}
{{ Form::hidden('accountURL', route('accounts.index'), ['id' => 'accountShowIndexURL']) }}
{{Form::Hidden('accountUrl',route('accounts.index'),['class'=>'indexAccountUrl', 'id' => 'indexAccountUrl'])}}
@include('accounts.edit_modal')
@endsection
{{-- --}}
{{-- let accountUrl = "{{route('accounts.index')}}";--}}
{{-- --}}
{{-- --}}