@extends('dashboard.layout.default') @section('page_title',$page_title) @section('content')
{{ __("pages.home") }}
{{__('pages.categories')}}
{{$page_title}}
@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
{{$page_title}}
@csrf @method('patch')
{{__('pages.name')}}
@foreach($category['translations'] as $key => $lang)
@csrf @method('patch')
{{$page_title}} ( {{$lang['name']}} )
{{__('names.name')}}
@endforeach
@endsection