@extends('backend.layout') @section('content')
{{ __('Edit Customer') }}
@csrf

@if ($customer->photo != null) ... @else ... @endif
{{ __('Choose Image') }}

@endsection