@extends('layouts.app') @section('content')

Edit Component

@include('adminlte-templates::common.errors')
{!! Form::model($component, ['route' => ['components.update', $component->id], 'method' => 'patch']) !!}
@include('components.fields')
{!! Form::close() !!}
@endsection