@extends('layouts.app_layout') @section('content')

All (*) marked fields are mandatory.

@csrf
You can multiple files in the page. Click on the below button to add files in the page.
@if ($page->files->count() > 0) @foreach ($page->files as $key => $file) @endforeach @else @endif
S.No. File Title Description Action
{{ $key +1 }} View File (En)

View File (Hi)
{{ $file->title }}

({{ $file->title_hi }})
{{ $file->description }}

{{ $file->description_hi }}
No data available
@include('components.page_files_template') @endsection @section('pages-scripts') @endsection