@extends('layouts.app')
@section('content')
Outlet Code |
Outlet Name |
Description |
Action |
@foreach($brancheslet as $branch)
{{$branch->branch_code}} |
{{$branch->branch_name}} {!!$branch->store_type == 1 ? '' . "Bar" . '' : "Main Store"!!} |
{{$branch->branch_description}} |
|
@endforeach
@endsection