@extends('layouts.dashboard') @section('css') @endsection @section('sub-header') {{ __('Positions') }} @endsection @section('content')
{{ csrf_field() }} {{isset($model) ? method_field('PUT') : '' }}
@if(!isset($model))
@endif
@if(!isset($model))
{{ __('Add') }}
@endif
@endsection @section('js') @endsection