@extends('layouts.app') @section('title', __('party.import_contacts')) @section('content')
{{-- CSRF Protection --}} @csrf @method('POST')
@include('layouts.session')
{{ __('party.import_contacts') }}
@endsection @section('js') @include("plugin.export-table") @endsection