@extends('layouts.default') @section('title', 'Post Master')
@push('head') @endpush @section('content')
Post Master
@csrf
User Type
------- Select User Type -------
@php foreach($allUserType as $aut){ @endphp