@extends('layouts.admin') @section('content') @can('master_customer_profile_create')
{{ trans('global.add') }} {{ trans('cruds.masterCustomerProfile.title_singular') }}
@endcan
@if(Session::has('success'))
{{ Session::get('success')}}
@endif
{{ trans('cruds.masterCustomerProfile.title_singular') }} {{ trans('global.list') }}
{{ trans('cruds.masterCustomerProfile.fields.id') }} {{ trans('cruds.masterCustomerProfile.fields.name') }} Phone {{ trans('cruds.masterCustomerProfile.fields.email') }} {{ trans('cruds.masterCustomerProfile.fields.gender') }} {{ trans('cruds.masterCustomerProfile.fields.dob') }} Mobile S. Mobile {{ trans('cruds.masterCustomerProfile.fields.passport') }} Emirates Id Country {{ trans('cruds.masterCustomerProfile.fields.nationality') }}  
@endsection @section('scripts') @parent @endsection