@extends('admin.layouts.master-soyuz') @section('title', __('Add Short |')) @section('body') @component('admin.component.breadcumb', ['thirdactive' => 'active']) @slot('heading') {{ __('Add Short') }} @endslot @slot('menu1') {{ __('Products') }} @endslot @slot('menu2') {{ __('Shorts') }} @endslot @endcomponent
@if ($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
{{ __('Back') }}

{{ __('Add Short') }}

@csrf

{{ __('Active') }}
{{ __('mp4, mov, webm, m4v — max 50MB') }}
{{ __('jpg, png, webp — max 5MB') }}
@endsection