@extends('layouts.admin')
@section('title')
لیست فایل ها
@endsection
@section('content')
@include('admin.index.messages')
لیست فایل ها
| #
|
عکس
|
آدرس
|
حذف
|
@php
$i=1;
@endphp
@if(isset($file))
@foreach($file as $item)
| {{ $i }} |
 |
{{ $item['url'] }} |
|
@php
$i++;
@endphp
@endforeach
@endif
@endsection
@section('script')
@endsection
@section('style')