@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) !!}
@endsection @section('script') @endsection