@extends('layouts.admin') @section('content')
@csrf @method('PUT')
@if ($errors->has('account_name')) {{ $errors->first('account_name') }} @endif
@endsection