@extends('layouts.app') @section('content')

{{ __('reports.gl_manage.actions.add_account') }}

@if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf @include('admin.gl.accounts._form')
{{ __('reports.gl_manage.actions.cancel') }}
@endsection