@php if ($employmentcategory == null) { $employment_category_id = ''; $employment_category_name_en = ''; $employment_category_name_th = ''; } else { $employment_category_id = $employmentcategory->employment_category_id; $employment_category_name_en = $employmentcategory->employment_category_name_en; $employment_category_name_th = $employmentcategory->employment_category_name_th; } @endphp @extends('layouts.master') @section('title', 'Employment Category Add/Edit') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub')
@yield('title')

@csrf

@include('layouts.footer') @endsection