@{{ branch.street }}

@if(!$branches->isEmpty()) @foreach($branches as $branch)
main_branch ? 'checked="checked"' : ''}} @change='selectBranch({{json_encode($branch)}})' class="tw-form-radio tw-text-dark branch-selected tw-cursor-pointer tw-rounded-full tw-accent-dark focus:tw-ring-0 focus:tw-outline-none tw-w-4 tw-h-4 {{ $class ?? '' }}" id="branch{{-$branch->id}}">

{{ $branch->street }}

@endforeach @endif
Payment Method
{{ trans('message.cash_on_delivery') }}
{{-- show form--}} {{-- show map--}}
@section('script') @parent @endsection