@extends('dashbord.layouts.master') @section('toolbar')

{{trans('dash_site.create')}}

@endsection @section('content')
@if ($errors->any())
@endif
@csrf

{{trans('dash_site.main_image')}}

Set the category thumbnail image. Only *.png, *.jpg and *.jpeg image files are accepted
@error('main_image')
{{ $message }}
@enderror

{{trans('dash_site.mainData')}}

@error('title_en')
{{ $message }}
@enderror
@error('title_ar')
{{ $message }}
@enderror
@error('full_link')
{{ $message }}
@enderror
@endsection @section('js') {!! JsValidator::formRequest('App\Http\Requests\Site\Videos\StoreRequest', '#StorForm') !!} @endsection