@extends('layouts.side_bar') @section('content')
{{ __('Update Batch Info ') }}
@csrf
@error('assign_date') {{ $message }} @enderror
@error('valid_till') {{ $message }} @enderror
{{ __('Cancel') }}
@endsection