@extends('backend.layouts.app') @section('title', ucwords(localize('add_new_page'))) @push('css') @endpush @section('content') @include('backend.layouts.common.validation') @include('backend.layouts.common.message')
{{ ucwords(localize('add_new_page')) }}
@csrf
N.B: {{ localize('jpg,png,jpeg and max size is 1MB') }}
@if ($errors->has('videos'))
{{ $errors->first('videos') }}
@endif
@endsection @push('js') @endpush