@extends('layouts.app') @section('content')
Registered Outlets
@foreach($brancheslet as $branch) @endforeach
Outlet Code Outlet Name Description Action
{{$branch->branch_code}} {{$branch->branch_name}}
{!!$branch->store_type == 1 ? '' . "Bar" . '' : "Main Store"!!}
{{$branch->branch_description}}
   
New Outlet
@csrf
Outlet Image
Outlet Name *
Outlet Location *
Phone Number *
Outlet Code *
Outlet Momo Number *
Description
@endsection