@extends('admin::layouts.content') @section('page_title') {{ __('admin::app.customers.note.title') }} @stop @section('content')
@csrf()
@{{ errors.first('notes') }}
@stop