@extends('backend.admin-master') @section('style') @endsection @section('site-title') {{__('Know About Section')}} @endsection @section('content')
@include('backend/partials/message') @if($errors->any())
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif

{{__('Know About Items')}}

{{__('Add New Item')}}

{{__('Know About Section Settings')}}

@csrf
@foreach($all_languages as $key => $lang) @endforeach
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection