@if(Auth::check()) @extends('layouts.app') @section('content')

All Business Branches

@if(count($branches)>0) @foreach($branches as $branch) @endforeach @endif
No Business Name Contact Email Added By Added On Edit Activate Admin
{{ $loop->iteration }} {{ $branch->business->name }} {{ $branch->name }} {{ $branch->phone1 }}/{{ $branch->phone2 }} {{ $branch->email }} {{ $branch->user->name }} {{ $branch->created_at }} Edit @if($branch->status ==1)
@csrf @method('delete')
@else
@csrf @method('delete')
@endif
No Business Name Contact Email Added By Added On Edit Activate Admin
{{-- Add business modal --}} {{-- modal ends --}} {{-- Add user modal --}} {{-- modal ends --}} {{-- Add currencies modal --}} {{-- modal ends --}} {{-- Add user modal --}} {{-- modal ends --}}
@endsection @else return redirect()->route('login'); @endif