@extends('layouts.app') @section('stitle', 'Inventory Count') @section('title', 'Inventory Count') @section('content')
@if(session()->get('title') == "success") @elseif (session()->get('title') == "error") @endif
@include('inventory_count.inventory_count_menu')
{{--

Table Hover Animation

--}}
@foreach($data as $inventory_count) @endforeach
Reference Branch Status Busines Date Created Actions
{{$inventory_count->reference}} {{$inventory_count->branch}} Draft - {{$inventory_count->business_date}}
@endsection @push('my_scripts') @endpush