@extends('admin.layouts.master') @section('content')

Add Sentiment Keyword

@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif @if ($errors->any())

@endif

Add Sentiment Keyword

@csrf
@endsection