@extends('layouts.main') @section('title') Account Type: Create @endsection @section('content')
@csrf @include('accountType.partials.form')
 Cancel
@endsection