@extends('admin.layout.app') @section('heading', 'Job Locations') @section('button')
Add New
@endsection @section('main_content')
@foreach ($job_locations as $item) @endforeach
SL Name Action
{{ $loop->iteration }} {{ $item->name }} Edit Delete
@endsection