@extends('layouts.app') @section('title') {{ __('Patient Type') }} @endsection @section('css') @endsection @section('breadcrumb')

{{ __('Patient Type') }}

@endsection {{-- @php $today_date = date("Y-m-d"); $last_date = "2022-03-16"; if($last_date <$today_date){ echo "Expired"; }else{ echo "Active"; } @endphp --}} @section('content')
@can('create_patient_type') {{ __('Create') }} @endcan
{{--
--}}
{{-- --}}
# {{ __('Patient type name') }} {{ __('Contract') }} {{ __('Start of Contract') }} {{ __('End of Contract') }}{{ __('Status') }}{{ __('Action') }}
@endsection @section('scripts') @endsection