@extends('layouts.adminapp') @section('content') @section('head',__('lng.CustomerPayment'))
@csrf

{{__('lng.CustomerPayment')}}


@error('date')
{{ $message }}
@enderror

@endsection