@extends('backend.layouts.app') @section('title',__('label.listing_hospital_page_title').' | '.env('APP_NAME')) @push('after-styles') @endpush @section('breadcrumb')
@endsection @section('content')

{{ __('label.listing_hospital_table_title') }}

{{ Form::text('name',null,['class' => 'form-control selectpicker datatable-input change-action','id' => 'title','placeholder' => __('label.search')]) }}
Selected 0 records:
Delete All
@endsection @section('after-scripts') @endsection