@extends('admin.layouts.master-soyuz') @section('title','Edit New Coupan') @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __("New Coupan") }} @endslot @slot('menu2') {{ __("Edit New Coupan") }} @endslot @slot('button')
Back
@endslot @endcomponent
@if ($errors->any()) @endif
Edit Coupan
@csrf @method("PUT")

@endsection