@extends('layouts.master') @section('title') Position @endsection @section('extra-css') @endsection @section('index')

Position List

Add New
@foreach($positions as $key=>$position) @endforeach
Sr Name Action
{{ $key+1 }} {{ $position->name }}
Detail Edit
{{ csrf_field() }}
@endsection @section('extra-script') @endsection