@extends('admin.layouts.app') @section('page-title') Category :: {{ isset($category) ? 'Edit' : 'Add' }} @endsection @section('content')

{{ isset($category) ? 'Edit' : 'Add' }} Category Image

@csrf

Drop your images here, or click to browse

1600 x 1200 (4:3) recommended. PNG, JPG and GIF files are allowed
@csrf @if(isset($category)) @method('PUT') @endif

General Information

@foreach (config('translatable.locales') as $locale)
@if (!$loop->last)
@endif
@endforeach
@endsection @section('scripts') @endsection