@extends('sales.layouts.app') @section("content")

新增帳號

{{ csrf_field() }} {{ method_field("POST") }}
@if (count($errors) > 0) @include('partials.error', ['errors'=>$errors]) @endif
@if($editable) @endif 取消,回上頁
@endsection