@extends('layouts.admin.app') @section('page_title') @lang('site.services') @endsection @section('content')

@lang('site.dashboard')

@lang('site.add_product')

@include('partials._errors')
@csrf

@lang('site.languages')

@foreach(config('translatable.locales') as $locale)
{{--title--}}
{{--description--}}
@endforeach {{--image--}}
@endsection @section('script') @endsection