@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

المتابعة

@endsection @section('content')
@foreach ($followRequests as $followRequest) @endforeach
# المسمي الادمن المتابعين اجمالي
{{ $followRequest->id }} {{ $followRequest->title }} {{ $admin->name }} {!! $admin->followupDetails($followRequest->id) !!} {{ $admin->followupCount($followRequest->id) }}
@endsection @section('script') @endsection