@extends('layouts.default_module')
@section('module_name')
Parents
@stop
@section('add_btn')
{!! Form::open(['method' => 'get', 'route' => ['parents.create'], '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 --}}
Name
Email
Phone Number
Address
Location
Edit
Delete