@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

قصاقيص

@can('admins-create') @endcan
@endsection @section('content')
@foreach($shorts as $short) @endforeach
الاسم المحتوى موعد النشر الحالة {{trans('labels.action')}}
{{$short->title}} {!!$short->file!!} {{$short->published_at}} {{$short->is_active ? 'Active' : "not active"}} @can('admins-edit') @endcan
@endsection @section('script') @endsection