@extends('layouts/contentNavbarLayout') @section('title', 'Requests') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')

مقالهات / لیست

افزودن مقاله
مقالهات
@foreach($blogs as $blog) @endforeach
# نام ایجاد شده در عملیات
{{ $blog->id }} {{ $blog->name }} {{ $blog->created_at }} {{ $blog->updated_at }}
@endsection