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

Iteams Management


@if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif
{!! Form::model($iteams, ['method' => 'PATCH','route' => ['iteams.updateiteam', $iteams->id] ]) !!}
{{ $iteams-> product_name }}

@foreach($data as $value)
@endforeach
{!! Form::close() !!} @endsection