@extends('adtrpanel.layouts.master') @section('title','Referanslar') @section('content') @include('adtrpanel.partials.header')

{{ trans('Referanslar') }}

@if (count($referances) > 0 ) @foreach($referances as $referances) @endforeach @else @endif
{{ trans('Adı') }} {{trans('Resim')}}
{{ $referances->adi }}
{{ trans('admin.selected_for') }}  
{{ trans('admin.no_contact_found') }}
@endsection @section('css') @endsection @section('js') @endsection