@extends('layouts.admin') @section('title', 'Add Pest') @section('content')

Add New Pest

Back to List
@if($errors->any())
@endif
@csrf
Click to select image
@include('admin.partials.picker-modal') @endsection @section('scripts') @endsection