@extends('petugas.layouts.layout_dashboard') @section("title") Edit Galeri @endsection @section("breadcrumb") @endsection @section('footer-scripts') @include('petugas.components.notification') @endsection @section("content")
edit

Edit Galeri

{{ Form::open(['route' => ['petugas.galeri.update', $data->id],'method'=>'PUT','enctype'=>"multipart/form-data",'files'=>true]) }}
Pilih Gambar Pilih Gambar Remove
@error('gambar') {{ $message }} @enderror
@error('judul') {{ $message }} @enderror
@error('keterangan') {{ $message }} @enderror

{{ Form::close() }}
@endsection