@extends('backend.layouts.app') @section('content')
Careers
@foreach ($careers as $items) @endforeach
ID Title Location Action
{{ $items->id }} {{ $items->name }} {{ $items->location }}
@csrf @method('delete')
@endsection @section('js') @yield('js') @endsection