@extends('Dashboard.layouts.app') @section('order', 'active') @section('search') @endsection @section('style') {{-- --}} @endsection @section('main_content')
CUSTOMER NAME {{ $orders->user->name }}
PHONE NO {{ $orders->user->credentials }}
ORDER ID {{ $orders->unique_id }}
Region, Township {{ $orders->township }}
Payment Status {{ $orders->payment != null ? 'Paid' : 'COD' }}
@endsection @section('script') @endsection