@extends('admin.layouts.app') @section('content')
@csrf @method('PUT')
@if($newsEvent->photo)
Identity Photo
@else

No New & Event Photo

@endif
@endsection