@extends('backend.layouts.app') @section('title', 'Print Profile') @section('page-title', 'Print Profile') @section('page-breadcrumb', 'Print Profile') @section('content')
Print Profile
@foreach($users_list as $user)

Sending TO : {{$user->first_name}} {{$user->last_name}}
Address: {{$user->address}} {{$user->address2}}, {{$user->city}}
State-{{$user->state}}, Pin - {{$user->pincode}}
Mobile NO: {{$user->mobile}}



Sending From : AS Digital HN 44, Inderpuri, Road no 4, PS - Keshri Nagar,
Patna , Bihar, 800024
Mobile NO : 8709359870

@endforeach
@endsection @section('self_script') @endsection