@extends('admin.layouts.master') @section('title','Create a new batch') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Add Batch') }}
{{ csrf_field() }}
{{ __('Upload') }}
{{ __('Recommended size') }} (1375 x 409px)
@if(Auth::User()->role == "admin")
@endif
@endsection @section('script') @endsection