@extends('dashboard.base') @section('content')
{{ __('Upload Occupation List') }}
@foreach (['danger', 'warning', 'success', 'info'] as $key) @if(Session::get($key))
{{ Session::get($key) }}
@endif @endforeach
@csrf

{{ __('Pinipol Occupations List') }}
id Occupation Create at Updated at
@endsection @section('javascript') @endsection