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