@extends('admin.layout.header') @section('content')

Career

@csrf @method('DELETE')
@foreach($career as $key => $c) @endforeach
Select Name Number Email Qualification Applying for Resume
{{$c->name}} {{$c->number}} {{$c->email}} {{$c->qualification}} {{$c->post}} @if($c->resume) Download Resume @else No Resume @endif
@endsection @push('scripts') @endpush