@extends('admin.layouts.app') @section('page_content')
@if(isset($testimonials) && isset($testimonials->id))
@csrf
@if(file_exists($testimonials->profile_picture)) @else @endif
@else
@csrf
@endif
@endsection