@extends('layouts.'.Auth::user()->role.'_layout') @section('title') {{ __('New Prescription') }} @endsection @section('content')
{{ __('Patient informations') }}
{{ csrf_field() }}
{{ __('Drugs list') }}
{{ __('Tests list') }}
@endsection @section('footer') @endsection @section('header') @endsection