@extends('layouts.app') @section('css') @endsection @section('content')
@if ($message = Session::get('success'))
{{ $message }}
@endif @if ($message = Session::get('danger'))
{{ $message }}
@endif
@includeif('partials.errors')
Ubah Data Customer
{{ method_field('PATCH') }} @csrf
@include('customer.formedit')
@endsection @section('js') @endsection