@extends('admin.layouts.layout') @section('pagetitle') Admin | Level-of-Education @endsection @section('pagecsscode') @endsection @section('content')
@if(empty($editSubPostSecondaryData[0]->id))
@else @endif @csrf

{{ empty($editSubPostSecondaryData[0]->id) ? 'Add' : 'Edit' }} Level of Education

@if ($errors->has('category_id')) {{ $errors->first('category_id') }} @endif
@if ($errors->has('level_name')) {{ $errors->first('level_name') }} @endif
Cancel

List Level of Education

@if(!empty($getSubPostSecondaryData)) @foreach($getSubPostSecondaryData as $key=> $subPostSecondaryData) @endforeach @endif
@endsection @section('pagescriptcode') @endsection