@extends('layout.backend.main') @section('page_content')
@csrf @method('PUT')
@if ($buyer->photo && $buyer->photo !== 'default.png') Buyer Image @else Default Buyer Image @endif
@endsection