@extends('layouts.app') @section('content')

Livestock

{{--
--}}
@if(count($communities) > 0) @foreach ($communities as $community) @endforeach @else @endif
POST PRICE QTY BALANCE QTY POSTED BY USER TYPE POSTED ON ACTION
@if(!empty($community->live_stock_document_files)) default-image @endif

{{@$community->cowBreed->name}} ({{$community->advertisement_no}})

{{-- Kampala, Uganda --}}
{{round($community->price,0)}} {{$community->cow_qty}} {{$community->balance_cows}} {{ @$community->user->name }}
{{ @$community->user->address->countyData->name }}
{{ @$community->user->user_type }} {{ date('d M, Y', strtotime($community->created_at)) }}
No Livestock Available !
@include('livestock.livestock-modal.livestockchat-modal') {{ $communities->appends(request()->input())->links('partials.pagination') }}
@endsection @section('scripts') @endsection