@extends('layouts.dashboard') @section('title-content') {{ config('app.name') }} |Position Index @endsection @section('content')

Positions Management

The following are the Staff Positions

{{ Form::checkbox('position', old('position'), null, ['id' => 'position']) }} {!! Form::label('position', 'Add Position') !!}
# Position Name Action
@endsection @section('modals') @include('dashboard.settings.positions.modals.edit_position_modal') @endsection @section('css') @endsection @section('scripts') @endsection