@extends('admin.layouts.master') @section('title') اضافه قائمة جدبد @endsection @section('css') @endsection @section('content-header')

اضافه قائمة جدبد

@endsection @section('content')
@include('admin.messages')
@foreach($data as $row) @if(!auth('employee')->check()) @endif {{-- --}} @include('admin.listboot.deleted') @endforeach
# اسم القائمة العنوان الاساسي محتوي القائمة نهايه القائمة الزر القائمة عنوان داخل القائمة المشترك العمليات
{{$loop->index+1}} {{$row->name}} {{$row->header_text}} {{$row->body_text}} {{$row->footer_text}} {{$row->button_text}} {{$row->section_1_title}} {{ $row->subscriber->name ?? "ادراه" }} --}} {{-- --}} {{--
@endsection @section('js') @endsection