@extends('layouts.app') @section('title') Baboon - Editimi i Adresës @endsection @section('custom-css') @endsection @section('content')
{{----}}

Modifiko adresën

{{ csrf_field() }}
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('addressDetails')) {{ $errors->first('addressDetails') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('city')) {{ $errors->first('city') }} @endif
@if ($errors->has('postal_code')) {{ $errors->first('postal_code') }} @endif
    primary == 'true' ? 'checked' : ''}}>
@endsection @section('custom-js') @endsection