@extends('layouts.app') @section('styles') @endsection @section('content')
العروض
@foreach ($offers as $offer) @endforeach
الاسم عرض في الرئيسية إجرات
{{ $offer->name }} {{ $offer->show_in_home ? 'نعم' : 'لا' }} @if (auth()->user()->isAbleTo(['update_offer'])) @endif @if (auth()->user()->isAbleTo(['delete_offer'])) @endif
@endsection('content') @section('scripts') @endsection