@extends('admin.layouts.container') @section('content')

{{$head ?? '' }}

@if($websiteCategory ?? '' && $websiteCategory->id) @method('PUT') @endif @csrf
name ?? null : "") }}'/>
slug ?? null : "") }}'/>
@if ($websiteCategory ?? false) @foreach ($websiteCategory['photos'] as $photo)
@endforeach @endif
@endsection @section('inner_js') {{-- --}} @endsection