@extends("layouts.dashboard.app") @section("page-title") {{__("Dashboard")}} @endSection @section("css-links") @endsection @section("page-nav-title")

Offers

Control and view all offers

@endsection @section("content") @include("includes.dialog")

Link Offer To Branches

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