@extends('layouts.master') @section('content')
Occupation List
@if ($errors->any())
@endif
@foreach ($occupations as $key => $occupation) @endforeach
SN Name Action
{{ ++$key }} {{ $occupation->name }} Delete
@stop @section('scripts') @endsection