@extends('admin.layouts.admin') @section('content')
@csrf
@if ($message = Session::get('success'))
@endif
{{ $title }}
@foreach($records as $key=>$record) @endforeach
Day Price Active
@php $price='' @endphp @if(isset($record->appointment_day_price)) @php $price=$record->appointment_day_price->price @endphp @endif @php $active=0 @endphp @if(isset($record->appointment_day_price) && $record->appointment_day_price->active>0) @php $active=1 @endphp @endif
@endsection @push('scripts') @endpush