@extends('admin.app') @section('page_title','All Hotels') @section('page_location') @endsection @section('main-content')

{{ $coaching->name }}

{{--
{!! Form::open(['route' => ['hostels.destroy',$hostel->id],'method'=>'DELETE'] ) !!} {!! Form::submit('Delete!',array('class' => 'btn btn-lg btn-danger','style'=>'margin-top:20px;')) !!} {!! Form::close() !!}
--}} @if(isset($message))

{{ $message }}

@endif
@endsection