@extends('admin.layouts.layouts') @section('title', 'Renew | Farmer User Contract') @section('content')
{!! Form::open([ 'route' => ['farmer.contract-renew-store'], 'method' => 'POST', 'id' => 'renewFarmerContractForm', 'enctype' => 'multipart/form-data', ]) !!} {!! Form::hidden('farmer_id', $farmerContract->farmer_id) !!}
{{ $errors->first('contract') }}
{{ $errors->first('description') }}
{{ $errors->first('end_date') }}
{{ $errors->first('product_id') }}
{{ $errors->first('rate') }}
@endsection @section('page-js') @endsection