@extends('layouts.app') @section('content') @include('includes.header') @include('includes.inner_page_title', ['page_title'=>__('Report Abuse')])
@include('flash::message')
{!! Form::open(array('method' => 'post', 'route' => ['report.abuse.company', $slug])) !!}
{{__('Report Abuse')}}
{!! Form::text('company_url', route('company.detail', $slug), array('class'=>'form-control', 'id'=>'company_url', 'placeholder'=>__('URL'), 'required'=>'required', 'readonly'=>'readonly')) !!} @if ($errors->has('company_url')) {{ $errors->first('company_url') }} @endif