@extends('apex-layouts.main') @section('title',"{$model->name} - Address") @section('header-right') {{ $model->phone }} @endsection @section('content') @csrf Primary Address Address @if ($errors->has('primary_address')) {{ $errors->first('primary_address') }} @endif Primary Address Note @if ($errors->has('primary_address_note')) {{ $errors->first('primary_address_note') }} @endif {{-- --}} Secondary Address Below address is for weekend days and optional days Address @if ($errors->has('secondary_address')) {{ $errors->first('secondary_address') }} @endif Secondary Address Note @if ($errors->has('secondary_address_note')) {{ $errors->first('secondary_address_note') }} @endif {{-- --}} {{-- --}} {{-- mon)?"checked":'' !!}--}} {{-- class="custom-control-input">--}} {{-- Mon--}} {{-- --}} {{-- --}} mon mon)?"checked":'' !!} class="custom-control-input"> Tue tue)?"checked":'' !!} class="custom-control-input"> Wed wed)?"checked":'' !!} class="custom-control-input"> Thu thu)?"checked":'' !!} class="custom-control-input"> Fri fri)?"checked":'' !!} class="custom-control-input"> Sat sat)?"checked":'' !!} class="custom-control-input"> Sun sun) ?"checked":''!!} class="custom-control-input"> Save @endsection @section('scripts') @stop @section('styles') @stop
Primary Address
Secondary Address Below address is for weekend days and optional days