@extends('layouts.app') @section('content') {{--
@if(Session::get('Success'))
Success!
{{ Session::get('Success') }}
@endif

Add New Bank

{{ Form::open(array('url' => '/hotel','method' => 'POST','class'=>'form-horizontal', 'id' => 'NewHotelForm' ,'files' => true)) }}
{{ Form::close()}}
--}} @endsection