@extends('layout.container') @section('title', 'All Speec Words') @section('content')
@php foreach($spec as $spec){ echo "".$spec['old']." = ".$spec['new']; echo "
"; } @endphp
@csrf



{{--

--}}
Go to Master
@endsection