@extends('admin.layouts.master') @section('title', 'Select Theme - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Select Theme') }}
@csrf
{{ __('theme-img')}}
theme == 1 ? 'checked' : '' }} id="exampleRadios1" value="1" checked>
{{ __('theme-img')}}
theme == 0 ? 'checked' : '' }} id="exampleRadios2" value="0">
@endsection