@extends('adminlayout.admin') @section('content')

Axis Account

@csrf
@if ($errors->has('name')){{ $errors->first('name') }}@endif
@if ($errors->has('email')){{ $errors->first('email') }}@endif
@if ($errors->has('phone')){{ $errors->first('phone') }}@endif
@if ($errors->has('type')){{ $errors->first('type') }}@endif
@if (session()->has('data')) @endif @endsection