@extends('layouts.layout_capture') @section('title', 'EndoCapture') @section('style') @endsection @section('modal') @endsection @section('content') @if(Request::segment(1)=='patient') @include('terra.components.patient_create') @else @include('terra.components.patient_register') @endif @endsection @section('lpage') Patient @endsection @section('rpage') Patient @endsection @section('rppage') Create @endsection @section('script') @endsection