@extends('layouts.admin.master') @section('title') Batch Type {{ $title }} @endsection @push('css') @endpush @section('content')
@csrf
@if(base64_decode(request()->get('action'))=='edit')
@endif
@push('scripts') @if($data ?? '') @endif @if(Session()->has('Response')) @endif @endpush @endsection