@extends('Admin/layout/master') @section('title', 'Diagnonsis Add') @section('content')
Diagnosis Search
{!! Form::open(['route' => 'diagnonsis.show', 'method' => 'post']) !!}
{!! Form::label('code', 'Search Diagnonsis', ['class' => 'form-label']) !!} {!! Form::text('code', null, ['class' => 'form-control tuberc ', 'placeholder' => 'Enter Code']) !!} {!! $errors->first('code', ':message') !!}
{!! Form::submit('Search', ['class' => 'btn btn-primary btn-sm my-2 show']) !!} Back
{!! Form::close() !!} {{--
Index Permission
--}}
@endsection @section('scripts') @endsection