@extends('shaun_core::admin.layouts.master')
@section('content')
search
@if(count($sources) > 1)
@endif
| {{__('Phrase')}} |
{{__('Value')}} |
{{__('Action')}} |
@foreach ($rows as $row)
| {!! $row['display_key'] !!} |
{!! $row['value'] !!} |
{{__('Edit')}}
|
@endforeach
@stop
@push('scripts-body')
@endpush