@extends('admin.partials.layout') @section('css') @endsection @section('content')
{{ $errors->first('name') }}
{{ $errors->first('account_number') }}
{{ $errors->first('description') }}
{{ $errors->first('created_at') }}