@extends('layouts.main') @push('styles') @endpush @section('content')

{{ __('staff_positions.staff_positions') }}

@include('flash::message')

{{ __('staff_positions.export_to_pdf') }}

@foreach($positions as $position) @endforeach
{{ __('staff_positions.staff_position') }}
{{ $position->name }} {{ __('staff_positions.edit') }} {{ Form::model($position->id ,['method' => 'DELETE', 'route' => ['staff_positions.destroy', $position->id]]) }} {{ Form::close() }}
@endsection @push('scripts') @endpush