@extends('layouts.app') @section('title', __('messages.Branch')) @section('stitle', __('messages.Branch')) @section('content')
@if(session()->get('title') == "success") @elseif (session()->get('title') == "error") @elseif($errors->any()) @else @endif
@include('branch.branch_menu')
{{--

Table Hover Animation

--}}
{{-- --}} @if($data->isEmpty()) @endif @foreach($data as $branch) {{-- --}} @if ($branch->active =='1') @else @endif @endforeach
{{__('messages.name')}} {{__('messages.REFERENCE')}}Tax Group{{__('messages.CREATED')}} {{__('messages.STATUS')}} {{__('messages.ACTION')}}
There is no Branch yet!
{{$branch->name}} {{$branch->reference}}{{$branch->tax_id}} {{convertFromUTC($branch->created_at, Auth::user()->business_id)}} ActiveInactive {{-- --}} {{-- --}} {{-- --}}
@endsection @push('my_scripts') @endpush