@extends('layouts.app') @section('content')
@csrf @if($errors->any()) @foreach($errors->all() as $error) @endforeach @endif @if( session( 'success' ) ) @endif
@role('user') Balance: {{Auth::user()->balance}} @endrole
@endsection