@extends('admin.layouts.master') @section('title') صور العميل @endsection @section('css') @endsection @section('content-header')

صور العميل

@endsection @section('content')
@foreach($data as $row)
@if(file_exists(public_path('captions'.'/'.$row->date_y . '/' . $row->date_m . '/' . $row->date_d . '/' . $row->client->phone . '/' . $row->image_id . '.jpg'))) ... @elseif(file_exists(public_path('captions'.'/'.$row->date_y . '/' . $row->date_m . '/' . $row->date_d . '/' . $row->client->phone . '/' . $row->image_id . '.mp4'))) ملف صوتي @else الملف @endif
@endforeach
@endsection @section('js') @endsection