@extends('layouts.master') @section('title', __('Manage customer')) @push('styles') @endpush @section('content')
@can('dynamic-customers-create') @include('backend.customer.create-form') @endcan
@can('dynamic-customers-create') {!! renderIconHtml('add') !!}{{ __('Add New') }} @endcan {{ __('Back') }} @can('dynamic-customers-archive-show') {{ __('Archive') }} @endcan
{{ __('Id') }} {{ __('Customer Identity') }} {{ __('Customer No.') }} {{ __('Color Code') }} {{ __('Created At') }} {{ __('Action') }}
@endsection @push('scripts') @endpush