@extends('layouts.merchant') @section('content')
@lang('keyword.personal-information')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@if($merchant->picture) @endif
@endsection