@extends('layouts.admin') @section('content')
{{ __('Add New Account Process') }} {{ __('Back') }}
{{ __('Add New Account Process Form') }}
@include('includes.admin.form-both') {{ csrf_field() }}
@endsection @section('scripts') @endsection