@extends('layouts.simple.master') @section('title', 'Default') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title') @endsection @section('breadcrumb-items') @endsection @section('content')
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif

Payment Agents

@if (strtolower(Request::segment(1)) !== 'client') @else
@endif
@if (strtolower(Request::segment(1)) === 'client')

Disclaimer: We are not responsible for any issues that may arise. Use payment agent services at your own risk. @endif @if ((!empty($data))) @foreach ($data as $row) @if (strtolower(Request::segment(1)) === 'client') @if(!empty($row->active)) @continue @endif @endif

image)) src="{{ asset('public/storage/uploads/'.$row->image) }}" @else src="{{ asset('assets/dummy_person.jpg') }}" @endif alt="" class="rounded-circle height_width_max">
{{$row->rating}}
@if (strtolower(Request::segment(1)) !== 'client') @endif

{{$row->fname ." " .$row->lname}}

{{$row->facebook_url}}
{{$row->phone_number}}
{{$row->email}}
{{$row->website_url}}
@endforeach @endif
@if ((!empty($data))) @foreach ($data as $row) @endforeach @endif @if (strtolower(Request::segment(1)) === 'client') @endif @endsection @section('script') @endsection