@extends('layouts.admin') @section('title', tr('fav_providers')) @section('content-header') {{ tr('fav_providers') }} @if(count($user_details) > 0) - {{ $user_details->name }} @endif @endsection @section('breadcrumb')
| {{ tr('id') }} | {{ tr('provider') }} | {{ tr('email') }} | {{ tr('mobile') }} | {{ tr('request') }} | {{ tr('date') }} | {{ tr('action') }} |
|---|---|---|---|---|---|---|
| {{ showEntries($_GET,$i + 1) }} | {{ $fav_provider_details->provider_name }} | {{ $fav_provider_details->provider_email }} | {{ $fav_provider_details->provider_mobile }} | {{ $fav_provider_details->request_name }} | {{ $fav_provider_details->created_at }} | {{ tr('remove') }} |