@extends('admin.layouts.master') @section('page_title', __('admin.Add :name' , ['name' => __('admin.Manage Key Waivers')])) @section('page_heading', __('admin.Add :name' , ['name' => __('admin.Manage Key Waivers')])) @section('page_text', __('admin.Add :name' , ['name' => __('admin.Manage Key Waivers')])) @section('page_breadcrumb_icon') @endsection @section('page_breadcrumb_item', 'Manage Key Waivers') @section('page_breadcrumb_item2', 'Add Key Waivers') @section('css') @endsection @section('content')
{!! Form::open(array('id' => 'signupForm', 'route' => 'keywaiver.store','method'=>'POST')) !!}
{!! Form::text('name', null, array('required'=>'required','placeholder' => 'Enter name','class' => 'form-control')) !!}
{!! Form::text('company', null, array('required'=>'required','placeholder' => '','class' => 'form-control')) !!}
@lang('admin.Cancel')
{!! Form::close() !!}
@endsection @section('js') @endsection