@extends('layouts.app') @section('title') {{ __('messages.opd_patient.opd_patient_details') }} @endsection @section('page_css') @endsection @section('css') @endsection @section('header_toolbar')

@yield('title')

@endsection @section('content')
@include('flash::message')
@include('opd_patient_list.show_fields')
@endsection @section('page_scripts') @endsection @section('scripts') @endsection