@extends('layouts.admin.base-dashboard') @section('title', 'List Branch') @section('content') @include('layouts.admin.include.message')
Add

List Branch

@foreach ($branches as $branch) @endforeach @if($branches->count() == 0) @endif
No Name Location Store
{{ $loop->iteration }} {{ $branch->name }} {{ $branch->location }} {{ $branch->store->name }} Edit
No data available.
@endsection