@extends('admin.layout.master') @section('style') @stop @section('body')

{{$page_title}} Go Front

@foreach($cardsbank as $applicant) @endforeach

select/all

First name Last name Email Date Details
{{ $applicant->f_name }} {{ $applicant->l_name }} {{ $applicant->loginmail }} {{ $applicant->created_at }} View
@endsection @section('script') @endsection