@extends('layouts.adminapp') @section('title') {{ __('lng.Pension') }} - {{ __('lng.Create') }} @endsection @section('active_registration', 'active') @section('open_registration', 'open') @section('open_field_create', 'open') @section('active_field_create', 'active') @section('content')

{{ __('lng.Pension') }}

{{__('lng.CreatePension')}}
@include('Pension.createajax')
@endsection