@extends('apex-layouts.main') @section('title',"{$model->name} - Address") @section('header-right') {{ $model->phone }} @endsection @section('content')
@csrf

 Primary Address

@if ($errors->has('primary_address')) {{ $errors->first('primary_address') }} @endif
@if ($errors->has('primary_address_note')) {{ $errors->first('primary_address_note') }} @endif
{{--
--}}

 Secondary Address Below address is for weekend days and optional days

@if ($errors->has('secondary_address')) {{ $errors->first('secondary_address') }} @endif
@if ($errors->has('secondary_address_note')) {{ $errors->first('secondary_address_note') }} @endif
{{--
--}} {{--
--}} {{-- mon)?"checked":'' !!}--}} {{-- class="custom-control-input">--}} {{-- --}} {{--
--}} {{--
--}}
mon)?"checked":'' !!} class="custom-control-input">
tue)?"checked":'' !!} class="custom-control-input">
wed)?"checked":'' !!} class="custom-control-input">
thu)?"checked":'' !!} class="custom-control-input">
fri)?"checked":'' !!} class="custom-control-input">
sat)?"checked":'' !!} class="custom-control-input">
sun) ?"checked":''!!} class="custom-control-input">
@endsection @section('scripts') @stop @section('styles') @stop