@extends('adminlayout.admin') @section('content')

Retrun Reminders

@if($errors->any())

{{ implode('', $errors->all(':message')) }}

@endif {{-- @if(Session::has('message'))

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

@endif --}} {{--

You have total 2,595 users.

--}}
Invoice
User
Name
Email
Mobile
Service
Date
Next Returning Date
Action
@foreach ($datas as $data)
{{ $data->created_at }}
{{ $data->gst_return_date }}
@if(Auth::user()->hasRole('super_admin', 'suvidha_kendra')) @endif @if(Auth::user()->hasRole('super_admin','admin','employee'))
@if($data->status==1) @endif @endif
@endforeach
{{ $datas->links() }}
@endsection