@extends('layouts.admin') @section('title') Ananas | Words @endsection @section('breadcrumb') @endsection @section('words') active {{session('sidebar_color')}} @endsection @section('content')
add

Add New

Word

Words table
{{----}} @foreach($words as $word) {{----}} @endforeach
ID Title MeaningPronunciationOrder Action

{{$word->id}}

{{$word->title}}

{{$word->meaning}}

{{$word->pronunciation}}

{{$word->order}} editEdit
{{csrf_field()}} {{method_field('DELETE')}}
{{ $words->links() }}
@endsection