@extends('layouts.admin') {{$status.' | '.trans('home.crm')}} @section('content')
@foreach($calls as $call) @endforeach
{{trans('home.id')}} {{trans('home.client')}} {{trans('home.phone')}} {{trans('home.detials')}} {{trans('home.answered').' / '.trans('home.didnt_answered')}}
{{$call->id}} {{$call->client->name}} {{$call->sent_to}} {{$call->message}} {{__('home.'.$call->sent)}}
@endsection