@php if (!isset($position)) { $position_id = ''; $position_name_en = ''; $position_name_th = ''; } else { $position_id = $position->position_id; $position_name_en = $position->position_name_en; $position_name_th = $position->position_name_th; } @endphp @extends('layouts.master') @section('title', 'Position Add/Edit') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub')
@yield('title')

@csrf




@include('layouts.footer') @endsection