@extends('admin.master', ['menu' => 'memberShip', 'submenu'=>'friend-memberShip-list']) @section('title', isset($title) ? $title : '') @section('content')
{{-- --}}
{{ __('user')}} {{ __('membership_id') }} {{ __('name')}} {{ __('email')}} {{ __('nationality')}} {{ __('residence')}} {{ __('Phone Number')}} {{ __('discount')}} {{ __('added by')}} {{ __('dob')}} {{ __('created at')}} {{ __('action')}}
@push('post_scripts') @endpush @endsection