@extends('layouts.admin.layout') @section('title') {{ $websiteLang->where('id',171)->first()->custom_text }} @endsection @section('admin-content')
{{ $websiteLang->where('id',171)->first()->custom_text }}
@foreach ($images as $image) @csrf @endforeach
{{ $image->location }}
@endsection