@extends('admin.layouts.master') @section('title','Create a new batch') @section('breadcum') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Batch') }} @endslot @slot('menu1') {{ __('Batch') }} @endslot @slot('button')
{{ __('Back') }}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('adminstaticword.Add') }} {{ __('adminstaticword.Batch') }}
{{ csrf_field() }}

{{ __('size') }}: 250x150

{{ __('adminstaticword.Recommendedsize') }} (1375 x 409px)
{{ __('Upload') }}
@if(Auth::User()->role == "admin")
@endif
@endsection @section('scripts') @endsection