@extends ('core.layouts.app',['page'=>'class="horizontal-layout horizontal-menu content-detached-left-sidebar app-contacts " data-open="click" data-menu="horizontal-menu" data-col="content-detached-left-sidebar"']) @section ('title', trans('labels.backend.customers.management') . ' | ' . trans('labels.backend.customers.create')) @section('page-header')

{{ trans('labels.backend.customers.management') }} {{ trans('labels.backend.customers.create') }}

@endsection @section('content')
{{trans('hrms.profile')}} @if(access()->allow('wallet')) {{trans('customers.wallet')}} @endif @if(access()->allow('make-payment')) {{trans('general.make_payment')}} @endif {{trans('general.email')}} @if(access()->allow('edit-customer')) {{trans('buttons.general.crud.edit')}} @endif
@yield('customer_view')
@include("focus.modal.customer_email_model") @include("focus.customers.modal.bulk_payment_model") @endsection @section('after-scripts') {{-- For DataTables --}} {{ Html::script(mix('js/dataTable.js')) }} @endsection