@extends('layouts.cork') @section('title', $title) @section('page-css') @endsection @section('breadcrumb')
@endsection @section('content') @foreach ($positions as $p) @endforeach
Position Action
{{ $p->position }}    
@endsection @section('page-js') @endsection