@extends('admin.master', ['menu' => 'memberShip', 'submenu'=>'individual-memberShip-list']) @section('title', isset($title) ? $title : '') @section('content')
{{ __('user_id')}} {{ __('membership_id') }} {{ __('subtype')}} {{ __('nationality')}} {{ __('Country of residence')}} {{ __('name Ar')}} {{ __('Name En')}} {{ __('DOB')}} {{ __('Gender')}} {{ __('Email')}} {{ __('PhoneNumber')}} {{ __('Country Code')}} {{ __('Language')}} {{ __('Education')}} {{ __('Interests')}} {{ __('Discount')}} {{ __('Payment Type')}} {{ __('Ammount')}} {{ __('Payment Status')}} {{ __('Passport Copy')}} {{ __('created at')}} {{ __('Action')}}
@push('post_scripts') @endpush @endsection