@extends('admin.layouts.master') @section('title',__('Manage Theme')) @section('content')
@foreach ($theme as $key => $data)
{{$data['title']}}
@lang('theme-image')
@endforeach
@endsection @section('script') @endsection