@extends('layouts/layoutMaster') @section('title', 'Patients') @section('vendor-style') @endsection @section('content') @if (session()->has('errors') && session('errors')->has('error')) @endif @if (session('success')) @endif @livewire('patient-management') @endsection @section('page-script') @endsection