@extends('layouts.main', ['title' => 'BORDER EXPENSES']) @section('title') BORDER EXPENSES @stop @section('navigation') @stop @section('msghead_menu')@endsection @section('contentinner')
@foreach($border->expenses as $border_expense) @endforeach
{{$border_expense->account->name}} {{$border_expense->currency}} {{$border_expense->amount}}
ALL ROUTES YES NO
@stop