@extends('core::dashboard.layouts.master') @section('title', transText('ens_ch')) @section('content')
{{-- Load ENS Data --}} @include('customsfiling::euens.load_data') {{-- ICS ENS Modal --}} @include('customsfiling::euens.ics_ens_modal') {{-- Customer Modal --}} @include('customsfiling::euens.customer_modal') @endsection