@extends('admin.layouts.master') @section('title') Apis @endsection @section('css') @endsection @section('content-header')

Apis

@endsection @section('content')
@include('admin.apiWork.create')
@include('admin.messages')
@foreach($data as $row) @include('admin.apiWork.view') @include('admin.apiWork.deleted') @endforeach
# اسم المشترك بوت لست بوت بوتن القناه العمليات
{{$loop->index+1}} {{$row->subscriber->name ?? 'اداره فاروق جروب'}} {{$row->boot_list->name ?? null}} {{$row->boot_button->name ?? null}} {{$row->channel->name ?? null}}
@endsection @section('js') @endsection