@extends('admin.layouts.master') @section("title","Edit Batch") @section('content') @if(session('good'))

{{session('good')}}

@endif

Add Batch

@csrf
@if(!empty($edit->image)) @endif
@endsection