@extends("layouts.dashboard.app") @section("css-links") @endsection @section("page-nav-title")

Offers

Control and view all offers

@endsection @section("content")

Link Offer To Branches

@foreach($offer->branches as $branch)
{{$branch->store_name}}
@endforeach
@endsection @section("scripts") @endsection