@extends('backEnd.layouts.master') @section('title','Withdraw Slip') @section('content') Back To Order {{$generalsetting->name}} {{$contact->phone}} {{$contact->email}} {{$contact->address}} Name : {{$slip_data->customer->name ?? ''}} Sender Number : {{$slip_data->receive}} Payment Method : {{$slip_data->method}} Withdraw Amount : {{$slip_data->amount}} Confirmation Time : {{$slip_data->updated_at}} @endsection
{{$generalsetting->name}}
{{$contact->phone}}
{{$contact->email}}
{{$contact->address}}
Name : {{$slip_data->customer->name ?? ''}}
Sender Number : {{$slip_data->receive}}
Payment Method : {{$slip_data->method}}
Withdraw Amount : {{$slip_data->amount}}
Confirmation Time : {{$slip_data->updated_at}}