@extends('panel::layouts.app') @section('body-class', 'page-customer') @section('title', __('panel/menu.customers')) @section('page-title-right')
{{ __('panel/customer.login_frontend')}}
@endsection @section('content')
@include('panel::customers.panes.tab_pane_info', $customer) @include('panel::customers.panes.tab_pane_address', $customer) @include('panel::customers.panes.tab_pane_balance', $customer) @hookinsert('panel.customer.edit.tab.pane.bottom')
@include('panel::customers.panes.address_modal') @endsection @push('footer') @endpush