@extends('layouts.master') @section('title', 'All suppliers | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.all suppliers')) @section('css') @endsection @section('content') @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection
{{ __('basic.dashboard') }} | {{ __('basic.suppliers') }} | {{ __('basic.all suppliers') }}
{{ __('basic.search filter') }}

get('wallet_srch') === "below_0") checked @endif>
get('wallet_srch') === "below_1000") checked @endif>
get('wallet_srch') === "below_10000") checked @endif>
get('wallet_srch') === "above_0") checked @endif>
get('wallet_srch') === "above_10000") checked @endif>

@foreach ($branch as $item)
@endforeach

{{ __('basic.reset') }}

{{ __('patientappo.total patients') }} {{ $patients->total() }}

{{ __('basic.sms') }}
@foreach ($patients as $item)

{{ date('d M Y', strtotime($item->created_at)) }}

{{ $item->name }}

@if ($item->branch) {{ $item->branch->name }} @else No branch @endif

{{ __('basic.wallet') }}
{{ $item->wallet }}
{{ __('patientappo.phone number') }}
{{ $item->phone_number }}
{{ __('basic.responsable') }}
{{ $item->name }}
{{ __('basic.created') }}
{{ $item->created_at }}
@endforeach
{{ $patients->appends(request()->input())->links() }}
@endsection @section('js') @endsection