@extends('layout.layout') @section('content')
@if(Auth::user()->branch_id == 9000)
@endif
@foreach ($forAgencies as $elem) @endforeach
# Agentie Tip inventar Companie Cand a fost creat inventarul Status inventar Descriere inventar Mesaj dupa inchidere Vezi date despre inventar
{{ $increment++ }} {{ $elem->branch_name }} {{ $elem->type }} @if($elem->company == null || $elem->company == 1000) Invest @elseif($elem->company == 2000) Gold @endif {{ $elem->created_at }} @if($elem->active == 0) Inchis @elseif($elem->active == 2) Previzualizare @endif {{ $elem->description }} @if($elem->end_description != null) @else - @endif Vezi inventarul
{{ $forAgencies->withQueryString()->links() }}
@endsection