@extends('layouts.admin.app') @section('page-title') {{ __('patterns') }} @endSection @section('page-nav-title')

{{ __('patterns') }}

{{ __('edit-gallery-patterns') }}

@endsection @section('content')

{{ __('edit-gallery-patterns') }}

@csrf
@if ($pattern->getFirstMediaFile('pattern_photos')) @foreach ($pattern->getMediaFiles('pattern_photos') as $file)
{{-- {{ 'http://127.0.0.1:8000/storage/' . $file->path }} --}} {{ $file->name }}
@endforeach @endif
@endsection @section('scripts') @include('admin.product.template') @endsection