@extends('admin.layout.master') @push('css') @endpush @section('content')

@lang('admin.'.$title)

اضافه استوي


@foreach( $stories as $story)

{{ $story->type }}


تاريخ الانتهاء : {{$story->end_stories != null ? $story->end_stories->diffForHumans() : '' }}

اسم المتجر : {{ $story->user->name }}

@csrf @method('delete')
@endforeach
@include('admin.tagers.stories.modal') @endsection @push('js') @endpush