@extends('layout.main') @section('content')

{{ isset($botReport->id) ? 'Edit Bot Report' : 'Add New Bot Report' }}

@csrf @if (isset($botReport->id)) @method('PUT') @endif
{{ __('Cancel') }}
@endsection