@extends('layouts.master') @section('css') @endsection @section('content')
@include('partial.flash')

Edit Parameter

@php $no=1; @endphp @foreach ($parameter as $row) @if ($row->meta_key == 'semester') @else @endif @endforeach
No Meta Key Meta Value
{{$no++}} {{$row->meta_key}}
@endsection @section('js') @endsection