@extends('layouts.main_admin') @section('content')

@lang('site.categories')

{{ csrf_field() }} {{ method_field('put') }}
@lang('site.edit')
@include('partials._errors')
{{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}}

@foreach($subcategories as $service)
@endforeach
@endsection @section('scripts') @endsection