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

Shto adrese te re

{{ 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
   
@endsection @section('custom-js') @endsection