@extends('layouts.master') @section('css') @endsection @section('title') {{ __('home.general_budget') }} @endsection @section('page-header') @endsection @section('content') @if (count($errors) > 0) @endif
{{ __('home.search_filters') ?? 'فلترة البيانات' }}
{{ csrf_field() }}
@endsection @section('js') @endsection