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

{{ isset($keyword) ? 'Edit Keyword' : 'Create Keyword' }}

@csrf @if(isset($keyword)) @method('PUT') @endif
@endsection