@extends('layouts.index') @section('title') Tambah Koleksi @endsection @section('content')

Tambah Koleksi

@csrf
@error('photo')
{{$message}}
@enderror
@error('nama_koleksi')
{{$message}}
@enderror
@error('deskripsi')
{{$message}}
@enderror
@endsection @section('js') {{-- --}} @endsection