@extends('layouts.adminapp') @section('title') {{ __('lng.HouseRegisterExcel') }} @endsection @section('active_settings', 'active') @section('open_settings', 'open') @section('open_excel', 'open') @section('active_excel', 'active') @section('content')

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

{{ __('lng.DownloadExcel') }}
{{ __('lng.ImportExcel') }}
@csrf
@endsection