@extends('backend.layouts.master') @section('pageTitle') FAQ @endsection @section('bodyCssClass') @endsection @section('pageContent')

Timeline

Timeline * Marks are required feild

@csrf
{{ $errors->first('title') }}
{{ $errors->first('description') }}
{{ $errors->first('year') }}
Cancel

@foreach($timeline as $line) @php $l = json_decode($line->meta_value); @endphp @endforeach
Title Description Year Action
{{ $l->t }} {{ $l->d }} {{ $l->y }}
@csrf
Title Description Year Action
@endsection @section('extraScript') @endsection