@extends('layout.admin_layout') @section('title', 'Payment Status') @section('body') @section('header', 'Payment Status') @section('badge') @endsection @if ($errors->any()) @foreach ($errors->all() as $error)
{{$error}}
@endforeach @endif
@if($data->status == 1)To book appointment patient needs to do payment @else Consultation will be free for all patient @endif
@if(empty($data))
{{ csrf_field() }}

@else
{{ csrf_field() }}
status == 1) checked @endif required> status == 0) checked @endif required>
@endif
@endsection