@extends('admin.core.core') @section('title') Öne Çıkan Firmalar @endsection @section('content')
Öne Çıkan Firmalar
Ekle
@foreach ($advices as $advice) @endforeach
ID Şirket Adı Telefon Oluşturulma Tarihi
{{ $advice->id }}

{{ $advice->company_name }}

0{{ $advice->telephone }}

{{ date('d-m-Y', strtotime($advice->created_at)) }} Düzenle
@endsection