@extends('layouts.app') @section('content')
rgf {{ $rgf->id }}
{!! Form::open([ 'method'=>'DELETE', 'url' => ['rgf/rgf', $rgf->id], 'style' => 'display:inline' ]) !!} {!! Form::button('
@endsection