@extends('layouts.super-admin-layout') @section('content')
@csrf
@if(count($application)) @foreach($application as $key) @endforeach @endif
# Photo Shop Position Department Closing Date Name Email Phone Address Cv
{{ $loop->index +1 }} {{ $key->shops->name }} {{ $key->jobs->position }} {{ $key->jobs->department }} {{ $key->jobs->closing_date }} {{ $key->name }} {{ $key->email }} {{ $key->phone }} {{ $key->address }} Download CV
{{$application->links("pagination::bootstrap-4")}}
@endsection