@extends('template.app') @section('title', 'Edit Toko') @section('css') @endsection @section('breadcrumb') @endsection @section('content')
Edit Toko
@csrf @method('PUT')
@if($store->logo) Current Logo @endif
Batal
@endsection @section('js') @endsection