@extends('master') @section('content')
@include('admin.layout.breadcrumbs', [ 'title' => __('Edit Highlight') . ' - ' . $farm->name, 'headerData' => __('Farms'), 'url' => 'farms', ])

{{ __('Edit Highlight') }} - {{ $farm->name }}

@include('admin.farm_highlight._form', [ 'farm' => $farm, 'highlight' => $highlight, 'method' => 'PUT', 'buttonText' => __('Update'), ])
@endsection