@extends('admin.layout') @section('content')
@csrf
{{ __('Theme & Home') }}

{{ __('Theme & Home') }}


@if ($errors->has('theme_version'))

{{ $errors->first('theme_version') }}

@endif
@endsection