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