@extends('layouts.master')
@section('css')
@endsection
@section('title')
{{ __('home.Financial_accounts') }}
@stop
@section('page-header')
@endsection
@section('content')
@if (count($errors) > 0)
خطأ
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@section('js')
@endsection