@extends('layouts.default_module')
@section('module_name')
{!! ucwords($show)!!}
@stop
@section('add_btn')
Notice: Undefined variable: show in /home/demohatinco/public_html/maternity_care_backend/resources/views/admin/location/index.blade.php on line 8
{!! Form::open(['method' => 'get', 'route' => [$route], 'files'=>true]) !!}
{!! Form::submit('Add', ['class' => 'btn btn-success pull-right']) !!}
{!! Form::close() !!}
@stop
@section('table-properties')
width="400px" style="table-layout:fixed;"
@endsection
@section('table')
{{-- {!! Form::open(['method' => 'post', 'route' => ['doctor.search'], 'files'=>true]) !!}
@include('admin.doctor.partial.searchfilters')
{!!Form::close() !!} --}}
{{-- @stop --}}
Location ID
Name
{{-- Description --}}
@if(!$region)
Edit
Delete
@endif