@extends('layouts.app') @section('content')
Balance de compte
{{-- --}}
@php $onglet_actif = "bg-cyan-700 text-white text-opacity-70"; $onglet_inactif = "border border-cyan-800 border-opacity-20 text-cyan-700 hover:bg-opacity-90 bg-cyan-100 bg-opacity-60 border-b-0 "; // $actif = $passif = $result = $onglet_inactif; $actif = $class_compte == 'actif' ? $onglet_actif : $onglet_inactif; $passif = $class_compte == 'passif' ? $onglet_actif : $onglet_inactif; $result = $class_compte == 'result' ? $onglet_actif : $onglet_inactif; @endphp actif passif résultat
@if(!empty($agence->id_agence)) BALANCE CONSOLIDE {{$agence->nom_agence}} @endif @if(!empty($caisse->id_caisse)) BALANCE GUICHET {{$caisse->id_caisse}} @endif
{{(new DateTime($search->oldPeriode))->format(config('myahs.date_format'))}} - {{(new DateTime($search->dateReference))->format(config('myahs.date_format'))}}
@include("compta.balance.$view")
Période
@csrf
Veuillez renseigner la date référence pour la balance
@endsection @section('script') @endsection