@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('lang_key','file_manager')->first()->custom_text }} @endsection @section('admin-content')

{{ $websiteLang->where('lang_key','add_new')->first()->custom_text }}

{{ $websiteLang->where('lang_key','file_manager')->first()->custom_text }}
@foreach ($images as $index => $item) @endforeach
{{ $websiteLang->where('lang_key','serial')->first()->custom_text }} {{ $websiteLang->where('lang_key','title')->first()->custom_text }} {{ $websiteLang->where('lang_key','image')->first()->custom_text }} {{ $websiteLang->where('lang_key','image_path')->first()->custom_text }} {{ $websiteLang->where('lang_key','action')->first()->custom_text }}
{{ ++$index }} {{ $item->title }}
@endsection