@extends('layouts.app') @section('content')
เพิ่ม Position
@if ($errors->any()) @endif
{{ csrf_field() }} @include ('positions.form', [ 'position' => null, ])
@endsection