@extends('layouts.customer') @section('title','Edit keyword') @section('extra-css') @endsection @section('content') @lang('customer.edit_respond') @lang('customer.back') @csrf @method('put') @include('customer.responder.form') @endsection @section('extra-scripts') @endsection