@extends('layouts.app') @section('content')
{{ __('Configs') }}
Add
@foreach ($configs as $config) @endforeach
Title File Action
@if($currentLocale=='en') {{ $config->content_en }} @else {{ $config->content_mr }} @endif @if($currentLocale=='en') Image @endif
@csrf
@endsection