@extends('layouts.main') @section('title', 'Request Form') @section('css') @endsection @section('nav') @include('layouts.nav') @endsection @section('content')
@foreach($output as $key => $ota)
{!! Form::open(['action' => 'PropertyController@storeOtaCreadentials', 'method' => 'POST']) !!}
{!! Form::close() !!}
@endforeach
@endsection @section('scripts') @endsection