@extends('layouts.admin.app') @section('title',translate('Campaign view')) @push('css_or_js') @endpush @section('content')
Image Description

{{translate('messages.short')}} {{translate('messages.description')}} :

{{$campaign->description}}

@csrf
@php($allrestaurants=App\Models\Restaurant::Active()->get(['id','name']))
{{-- --}}
{{-- --}} @include('admin-views.campaign.basic.partials._restaurant_table' ,['restaurants' =>$restaurants])
{{ translate('messages.sl') }}{{translate('messages.logo')}}{{translate('messages.restaurant')}} {{translate('messages.owner')}} {{translate('messages.email')}} {{translate('messages.zone')}} {{translate('messages.status')}} {{translate('messages.action')}}
@if(count($restaurants) === 0)
public
{{translate('no_data_found')}}
@endif
{!! $restaurants->links() !!}
@endsection @push('script_2') @endpush