@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf

{{ __('galleries_admin.data_galleries_category') }}

{{--

{{__('galleries_admin.upload_image')}}

--}}
{{--
--}}
{{--
--}}
status) ? ($galleries_category->status == 1 ? 'checked' : '') : 'checked' }}>
status) ? ($galleries_category->status == 0 ? 'checked' : '') : '' }}>
@endsection('content') @section('scripts') @endsection