@extends("front.layout.master") @php $sellerac = App\Store::where('user_id','=', $user->id)->first(); @endphp @section('title',"View Order #$inv_cus->order_prefix$order->order_id |") @section("body")
@include('front.partials.change-password-modal') @endsection @section('script') @endsection