@extends('layouts.master') @section('title') @endsection @section('content') @component('common-components.breadcrumb') @slot('pagetitle') Version @endslot @slot('title') List @endslot @endcomponent
@if(session('success'))
{{ session('success') }}
@endif
@foreach ($data as $version ) @endforeach
id message message_ar version_number type os created_at updated_at Action
{{ $version->id }} {{ $version->message }} {{ $version->message_ar }} {{ $version->version_number }} {{ $version->type }} {{ $version->os }} {{ $version->created_at }} {{ $version->updated_at }}
  • @csrf
@endsection